|
|
@@ -31,7 +31,7 @@ var config = {
|
|
31
|
31
|
enableRecording: false,
|
|
32
|
32
|
enableWelcomePage: true,
|
|
33
|
33
|
enableSimulcast: false,
|
|
34
|
|
- enableFirefoxSupport: false, //firefox support is still experimental, only one-to-one conferences with chrome focus
|
|
35
|
|
- // will work when simulcast, bundle, mux, lastN and SCTP are disabled.
|
|
|
34
|
+ enableFirefoxSupport: true, //firefox support is still experimental and
|
|
|
35
|
+ // will work when simulcast is *disabled* and rtcpMux & bundle are *enabled*.
|
|
36
|
36
|
logStats: false // Enable logging of PeerConnection stats via the focus
|
|
37
|
37
|
};
|