fix(config) remove openBridgeChannel

This commit is contained in:
bgrozev 2020-12-03 09:12:47 -06:00 committed by GitHub
parent 65562d1ef4
commit 0f2be8c642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

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