Skip to content

Commit 058ca52

Browse files
authored
Update README.md
1 parent e3e6773 commit 058ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function initializeExpressContextProvider(req, res) {
143143
},
144144
getEnqueueTokenProvider: function(){
145145
return {
146-
getEnqueueToken: function(){
146+
getEnqueueToken: function(waitingRoomId){
147147
// If you need to use an enqueue token when enqueuing, you need to return it here.
148148
return null;
149149
}

0 commit comments

Comments
 (0)