From 6493db9afb850f46188ab96b6e416f7b0d794d4d Mon Sep 17 00:00:00 2001 From: Amardeep Date: Fri, 29 May 2026 21:31:47 +0530 Subject: [PATCH] mic later --- config/politictalk.parallelglobe.io-config.js | 4 ++-- local/custom-config.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/politictalk.parallelglobe.io-config.js b/config/politictalk.parallelglobe.io-config.js index bd4a378..ec55ac2 100644 --- a/config/politictalk.parallelglobe.io-config.js +++ b/config/politictalk.parallelglobe.io-config.js @@ -736,8 +736,8 @@ var config = { // disableShortcuts: false, // Disable initial browser getUserMedia requests. - // This is useful for scenarios where users might want to start a conference for screensharing only - // disableInitialGUM: false, + // PoliticTalk asks for microphone access only when the user tries to speak. + disableInitialGUM: true, // Enabling the close page will ignore the welcome page redirection when // a call is hangup. diff --git a/local/custom-config.js b/local/custom-config.js index c9a3c60..8d99ea0 100644 --- a/local/custom-config.js +++ b/local/custom-config.js @@ -11,6 +11,7 @@ config.welcomePage.customUrl = 'http://localhost:3000/politictalk'; config.startAudioOnly = true; config.startAudioMuted = 0; config.startWithAudioMuted = true; +config.disableInitialGUM = true; config.startVideoMuted = 0; config.startWithVideoMuted = true;