Browse Source

fix(configWhitelist): add startWithAudioMuted.

master
Hristo Terezov 6 years ago
parent
commit
eae6f7760f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/base/config/configWhitelist.js

+ 1
- 0
react/features/base/config/configWhitelist.js View File

@@ -126,6 +126,7 @@ export default [
126 126
     'startSilent',
127 127
     'startScreenSharing',
128 128
     'startVideoMuted',
129
+    'startWithAudioMuted',
129 130
     'startWithVideoMuted',
130 131
     'subject',
131 132
     'testing',

Loading…
Cancel
Save