From 0f2be8c6421f4c6ce5552f54c5c2f3c557eeb637 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Thu, 3 Dec 2020 09:12:47 -0600 Subject: [PATCH] fix(config) remove openBridgeChannel --- config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.js b/config.js index 6d6167354..1257518a8 100644 --- a/config.js +++ b/config.js @@ -330,14 +330,6 @@ var config = { // bridge itself is reachable via UDP) // useTurnUdp: false - // Enables / disables a data communication channel with the Videobridge. - // Values can be 'datachannel', 'websocket', true (treat it as - // 'datachannel'), undefined (treat it as 'datachannel') and false (don't - // open any channel). - // openBridgeChannel: true, - openBridgeChannel: 'websocket', - - // UI //