[mirotalksfu] - keep lobby, pitch_bar, sounds config on join room

هذا الالتزام موجود في:
Miroslav Pejic
2023-08-23 15:50:08 +02:00
الأصل 2d83f1aa6a
التزام fd0e27a151
5 ملفات معدلة مع 42 إضافات و25 حذوفات

عرض الملف

@@ -101,6 +101,10 @@ function handleRules(isPresenter) {
BUTTONS.consumerVideo.muteVideoButton = true;
BUTTONS.whiteboard.whiteboardLockButton = true;
//...
isLobbyEnabled = lsSettings.lobby;
switchLobby.checked = isLobbyEnabled;
rc.roomAction(isLobbyEnabled ? 'lobbyOn' : 'lobbyOff');
//...
}
// main. settings...
BUTTONS.settings.lockRoomButton ? show(lockRoomButton) : hide(lockRoomButton);