|
@@ -111,6 +111,11 @@ var config = {
|
111
|
111
|
// participants and to enable it back a reload is needed.
|
112
|
112
|
// startSilent: false
|
113
|
113
|
|
|
114
|
+ // Sets the preferred target bitrate for the Opus audio codec by setting its
|
|
115
|
+ // 'maxaveragebitrate' parameter. Currently not available in p2p mode.
|
|
116
|
+ // Valid values are in the range 6000 to 510000
|
|
117
|
+ // opusMaxAvgBitrate: 20000,
|
|
118
|
+
|
114
|
119
|
// Video
|
115
|
120
|
|
116
|
121
|
// Sets the preferred resolution (height) for local video. Defaults to 720.
|