mic later
This commit is contained in:
@@ -736,8 +736,8 @@ var config = {
|
|||||||
// disableShortcuts: false,
|
// disableShortcuts: false,
|
||||||
|
|
||||||
// Disable initial browser getUserMedia requests.
|
// Disable initial browser getUserMedia requests.
|
||||||
// This is useful for scenarios where users might want to start a conference for screensharing only
|
// PoliticTalk asks for microphone access only when the user tries to speak.
|
||||||
// disableInitialGUM: false,
|
disableInitialGUM: true,
|
||||||
|
|
||||||
// Enabling the close page will ignore the welcome page redirection when
|
// Enabling the close page will ignore the welcome page redirection when
|
||||||
// a call is hangup.
|
// a call is hangup.
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ config.welcomePage.customUrl = 'http://localhost:3000/politictalk';
|
|||||||
config.startAudioOnly = true;
|
config.startAudioOnly = true;
|
||||||
config.startAudioMuted = 0;
|
config.startAudioMuted = 0;
|
||||||
config.startWithAudioMuted = true;
|
config.startWithAudioMuted = true;
|
||||||
|
config.disableInitialGUM = true;
|
||||||
config.startVideoMuted = 0;
|
config.startVideoMuted = 0;
|
||||||
config.startWithVideoMuted = true;
|
config.startWithVideoMuted = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user