Skip to content

Commit 7228472

Browse files
committed
Update README.md
1 parent b67cf60 commit 7228472

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ function initializeExpressContextProvider(req, res) {
141141
}
142142
};
143143
},
144+
getEnqueueTokenProvider: function(){
145+
return {
146+
getEnqueueToken: function(waitingRoomId){
147+
// If you need to use an enqueue token when enqueuing, you need to return it here.
148+
return null;
149+
}
150+
};
151+
},
144152
getHttpRequest: function () {
145153
var httpRequest = {
146154
getUserAgent: function () {

0 commit comments

Comments
 (0)