|
|
|
|
48
|
- `callStatsCustomScriptUrl` - (optional) custom url to access callstats client script
|
48
|
- `callStatsCustomScriptUrl` - (optional) custom url to access callstats client script
|
49
|
- `disableRtx` - (optional) boolean property (default to false). Enables/disable the use of RTX.
|
49
|
- `disableRtx` - (optional) boolean property (default to false). Enables/disable the use of RTX.
|
50
|
- `disabledCodec` - the mime type of the code that should not be negotiated on the peerconnection.
|
50
|
- `disabledCodec` - the mime type of the code that should not be negotiated on the peerconnection.
|
51
|
- - `preferredCodec` the mime type of the codec that needs to be made the preferred codec for the connection.
|
|
|
|
|
51
|
+ - `preferredCodec` - the mime type of the codec that needs to be made the preferred codec for the connection.
|
|
|
52
|
+ - `useTurnUdp` - boolean property (default false). Enables use of turn over udp for jvb. It is disabled because not very useful (if the client can use udp, it likely can connect to jvb directly over udp too; but it can be useful to still enable udp turn when an udp turn is known to be whitelisted on a network)
|
52
|
- `disableH264` - __DEPRECATED__. Use `disabledCodec` instead.
|
53
|
- `disableH264` - __DEPRECATED__. Use `disabledCodec` instead.
|
53
|
- `preferH264` - __DEPRECATED__. Use `preferredCodec` instead.
|
54
|
- `preferH264` - __DEPRECATED__. Use `preferredCodec` instead.
|
54
|
|
55
|
|