You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return{ tokenSource, ...restOptions};// as RoomOptionsTokenSourceFixed FIXME: add this!
238
241
}else{
239
-
thrownewError(
240
-
'Specified token source is neither fixed nor configurable - is this value valid?',
241
-
);
242
+
thrownewError('Specified token source is neither fixed nor configurable - is this value valid?');
242
243
}
243
244
},[tokenSource,restOptions]);
244
245
@@ -251,9 +252,7 @@ export function useSession(
251
252
252
253
if(previousRoomValue.current){
253
254
if(!roomOptionsEqual&&sessionActive){
254
-
log.warn(
255
-
"Warning: useSession tokenSource / options parameters changed while session is active - this won't do anything. If you are intending to change room options, stop the session first with `session.stop()`.",
256
-
);
255
+
log.warn("Warning: useSession tokenSource / options parameters changed while session is active - this won't do anything. If you are intending to change room options, stop the session first with `session.stop()`.");
0 commit comments