|
@@ -123,7 +123,7 @@ var config = {
|
123
|
123
|
// opusMaxAverageBitrate: 20000,
|
124
|
124
|
|
125
|
125
|
// Enables support for opus-red (redundancy for Opus).
|
126
|
|
- // enableOpusRed: false
|
|
126
|
+ // enableOpusRed: false,
|
127
|
127
|
|
128
|
128
|
// Video
|
129
|
129
|
|
|
@@ -498,7 +498,7 @@ var config = {
|
498
|
498
|
|
499
|
499
|
// If set to true, it will prefer to use H.264 for P2P calls (if H.264
|
500
|
500
|
// is supported). This setting is deprecated, use preferredCodec instead.
|
501
|
|
- // preferH264: true
|
|
501
|
+ // preferH264: true,
|
502
|
502
|
|
503
|
503
|
// Provides a way to set the video codec preference on the p2p connection. Acceptable
|
504
|
504
|
// codec values are 'VP8', 'VP9' and 'H264'.
|
|
@@ -540,7 +540,7 @@ var config = {
|
540
|
540
|
// The interval at which rtcstats will poll getStats, defaults to 1000ms.
|
541
|
541
|
// If the value is set to 0 getStats won't be polled and the rtcstats client
|
542
|
542
|
// will only send data related to RTCPeerConnection events.
|
543
|
|
- // rtcstatsPolIInterval: 1000
|
|
543
|
+ // rtcstatsPolIInterval: 1000,
|
544
|
544
|
|
545
|
545
|
// Array of script URLs to load as lib-jitsi-meet "analytics handlers".
|
546
|
546
|
// scriptURLs: [
|
|
@@ -689,13 +689,13 @@ var config = {
|
689
|
689
|
// disableTileView: true,
|
690
|
690
|
|
691
|
691
|
// Hides the conference subject
|
692
|
|
- // hideConferenceSubject: true
|
|
692
|
+ // hideConferenceSubject: true,
|
693
|
693
|
|
694
|
694
|
// Hides the conference timer.
|
695
|
695
|
// hideConferenceTimer: true,
|
696
|
696
|
|
697
|
697
|
// Hides the participants stats
|
698
|
|
- // hideParticipantsStats: true
|
|
698
|
+ // hideParticipantsStats: true,
|
699
|
699
|
|
700
|
700
|
// Sets the conference subject
|
701
|
701
|
// subject: 'Conference Subject',
|