|
@@ -26,13 +26,11 @@ var config = {
|
26
|
26
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
27
|
27
|
adaptiveLastN: false,
|
28
|
28
|
adaptiveSimulcast: false,
|
29
|
|
- useRtcpMux: true,
|
30
|
|
- useBundle: true,
|
|
29
|
+ useRtcpMux: true, // required for FF support
|
|
30
|
+ useBundle: true, // required for FF support
|
31
|
31
|
enableRecording: false,
|
32
|
32
|
enableWelcomePage: true,
|
33
|
|
- enableSimulcast: false,
|
34
|
|
- enableFirefoxSupport: false, //firefox support is still experimental and
|
35
|
|
- // will work when simulcast is *disabled* and rtcpMux & bundle are *enabled*.
|
|
33
|
+ enableSimulcast: false, // blocks FF support
|
36
|
34
|
logStats: false, // Enable logging of PeerConnection stats via the focus
|
37
|
35
|
/*noticeMessage: 'Service update is scheduled for 16th March 2015. ' +
|
38
|
36
|
'During that time service will not be available. ' +
|