Browse Source

fix(config) remove openBridgeChannel

j8
bgrozev 4 years ago
parent
commit
0f2be8c642
No account linked to committer's email address
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      config.js

+ 0
- 8
config.js View File

@@ -330,14 +330,6 @@ var config = {
330 330
     // bridge itself is reachable via UDP)
331 331
     // useTurnUdp: false
332 332
 
333
-    // Enables / disables a data communication channel with the Videobridge.
334
-    // Values can be 'datachannel', 'websocket', true (treat it as
335
-    // 'datachannel'), undefined (treat it as 'datachannel') and false (don't
336
-    // open any channel).
337
-    // openBridgeChannel: true,
338
-    openBridgeChannel: 'websocket',
339
-
340
-
341 333
     // UI
342 334
     //
343 335
 

Loading…
Cancel
Save