ソースを参照

fix(config) remove openBridgeChannel

master
bgrozev 4年前
コミット
0f2be8c642
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加8行の削除
  1. 0
    8
      config.js

+ 0
- 8
config.js ファイルの表示

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

読み込み中…
キャンセル
保存