config: remove obsolete options
This commit is contained in:
parent
9143bb42d1
commit
5867eaf560
|
@ -269,9 +269,6 @@ var config = {
|
||||||
// bridge itself is reachable via UDP)
|
// bridge itself is reachable via UDP)
|
||||||
// useTurnUdp: false
|
// useTurnUdp: false
|
||||||
|
|
||||||
// Enable IPv6 support.
|
|
||||||
// useIPv6: true,
|
|
||||||
|
|
||||||
// Enables / disables a data communication channel with the Videobridge.
|
// Enables / disables a data communication channel with the Videobridge.
|
||||||
// Values can be 'datachannel', 'websocket', true (treat it as
|
// Values can be 'datachannel', 'websocket', true (treat it as
|
||||||
// 'datachannel'), undefined (treat it as 'datachannel') and false (don't
|
// 'datachannel'), undefined (treat it as 'datachannel') and false (don't
|
||||||
|
@ -282,9 +279,6 @@ var config = {
|
||||||
// UI
|
// UI
|
||||||
//
|
//
|
||||||
|
|
||||||
// Use display name as XMPP nickname.
|
|
||||||
// useNicks: false,
|
|
||||||
|
|
||||||
// Require users to always specify a display name.
|
// Require users to always specify a display name.
|
||||||
// requireDisplayName: true,
|
// requireDisplayName: true,
|
||||||
|
|
||||||
|
|
|
@ -147,8 +147,6 @@ export default [
|
||||||
'stereo',
|
'stereo',
|
||||||
'subject',
|
'subject',
|
||||||
'testing',
|
'testing',
|
||||||
'useIPv6',
|
|
||||||
'useNicks',
|
|
||||||
'useStunTurn',
|
'useStunTurn',
|
||||||
'useTurnUdp',
|
'useTurnUdp',
|
||||||
'webrtcIceTcpDisable',
|
'webrtcIceTcpDisable',
|
||||||
|
|
Loading…
Reference in New Issue