mic later

This commit is contained in:
2026-05-29 21:31:47 +05:30
parent 8930c51a58
commit 6493db9afb
2 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -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;