Ver código fonte

fix(config) remove openBridgeChannel

master
bgrozev 4 anos atrás
pai
commit
0f2be8c642
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 8 exclusões
  1. 0
    8
      config.js

+ 0
- 8
config.js Ver arquivo

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

Carregando…
Cancelar
Salvar