mic later
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user