We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e6773 commit 058ca52Copy full SHA for 058ca52
README.md
@@ -143,7 +143,7 @@ function initializeExpressContextProvider(req, res) {
143
},
144
getEnqueueTokenProvider: function(){
145
return {
146
- getEnqueueToken: function(){
+ getEnqueueToken: function(waitingRoomId){
147
// If you need to use an enqueue token when enqueuing, you need to return it here.
148
return null;
149
}
0 commit comments