File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ async function handleWebSocketWithDispatcher(
237237 const stub = env . DISPATCHER_DO . get ( doId ) ;
238238
239239 const upgradeRequest = new Request (
240- `http://dispatcher/websocket?sessionId =${ encodeURIComponent ( sessionId ) } ` ,
240+ `http://dispatcher/websocket?meetingId =${ encodeURIComponent ( sessionId ) } ` ,
241241 { headers : { 'Upgrade' : 'websocket' } } ,
242242 ) ;
243243 const doResponse = await stub . fetch ( upgradeRequest ) ;
@@ -297,7 +297,7 @@ async function handleWebSocketWithDispatcher(
297297 const stub = env . DISPATCHER_DO . get ( doId ) ;
298298
299299 const upgradeRequest = new Request (
300- `http://dispatcher/websocket?sessionId =${ encodeURIComponent ( sessionId ) } ` ,
300+ `http://dispatcher/websocket?meetingId =${ encodeURIComponent ( sessionId ) } ` ,
301301 { headers : { 'Upgrade' : 'websocket' } } ,
302302 ) ;
303303 const doResponse = await stub . fetch ( upgradeRequest ) ;
You can’t perform that action at this time.
0 commit comments