feat: Add and whitelist the useTurnUdp config option.

This commit is contained in:
Boris Grozev
2020-06-16 12:29:11 -05:00
committed by bgrozev
parent 929622b27c
commit 0c09ded76b
2 changed files with 8 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ export default [
'useIPv6',
'useNicks',
'useStunTurn',
'useTurnUdp',
'webrtcIceTcpDisable',
'webrtcIceUdpDisable'
].concat(extraConfigWhitelist);