Enables rtcp-mux and bundle by default.
Allows TCP to be used if the bridge supports it.
This commit is contained in:
parent
cc725543fc
commit
ba8606df80
|
@ -17,8 +17,8 @@ var config = {
|
||||||
enableRtpStats: true, // Enables RTP stats processing
|
enableRtpStats: true, // Enables RTP stats processing
|
||||||
openSctp: true, // Toggle to enable/disable SCTP channels
|
openSctp: true, // Toggle to enable/disable SCTP channels
|
||||||
channelLastN: -1, // The default value of the channel attribute last-n.
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
||||||
// useRtcpMux: true,
|
useRtcpMux: true,
|
||||||
// useBundle: true,
|
useBundle: true,
|
||||||
enableRecording: false,
|
enableRecording: false,
|
||||||
enableWelcomePage: false,
|
enableWelcomePage: false,
|
||||||
isBrand: false
|
isBrand: false
|
||||||
|
|
Loading…
Reference in New Issue