mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(breakout-rooms) fix not waiting to leave the room
We need to wait for it before we start joining.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
bfc0567e32
commit
ae3fb20d65
@@ -218,7 +218,7 @@ export function moveToRoom(roomId?: string) {
|
||||
dispatch(setVideoMuted(video.muted));
|
||||
} else {
|
||||
try {
|
||||
APP.conference.leaveRoom(false /* doDisconnect */);
|
||||
await APP.conference.leaveRoom(false /* doDisconnect */);
|
||||
} catch (error) {
|
||||
logger.warn('APP.conference.leaveRoom() rejected with:', error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user