[mirotalksfu] - allow share button for quest if shareButton: true

هذا الالتزام موجود في:
Miroslav Pejic
2024-04-13 09:21:03 +02:00
الأصل 18f19d1e2b
التزام 813862d602

عرض الملف

@@ -15,7 +15,7 @@ const isRulesActive = true;
*/
let BUTTONS = {
main: {
shareButton: true, // presenter
shareButton: true, // for quest, presenter default true
hideMeButton: true,
startAudioButton: true,
startVideoButton: true,
@@ -105,7 +105,7 @@ function handleRules(isPresenter) {
// ##################################
// GUEST
// ##################################
BUTTONS.main.shareButton = false;
//BUTTONS.main.shareButton = false;
BUTTONS.participantsList.saveInfoButton = false;
BUTTONS.settings.lockRoomButton = false;
BUTTONS.settings.unlockRoomButton = false;