|
@@ -232,6 +232,21 @@ var config = {
|
232
|
232
|
// 90: 2
|
233
|
233
|
// },
|
234
|
234
|
|
|
235
|
+ // Specify the settings for video quality optimizations on the client.
|
|
236
|
+ // videoQuality: {
|
|
237
|
+ //
|
|
238
|
+ // // Provides a way to configure the maximum bitrates that will be enforced on the simulcast streams for
|
|
239
|
+ // // video tracks. The keys in the object represent the type of the stream (LD, SD or HD) and the values
|
|
240
|
+ // // are the max.bitrates to be set on that particular type of stream. The actual send may vary based on
|
|
241
|
+ // // the available bandwidth calculated by the browser, but it will be capped by the values specified here.
|
|
242
|
+ // // This is currently not implemented on app based clients on mobile.
|
|
243
|
+ // maxBitratesVideo: {
|
|
244
|
+ // low: 200000,
|
|
245
|
+ // standard: 500000,
|
|
246
|
+ // high: 1500000
|
|
247
|
+ // }
|
|
248
|
+ // },
|
|
249
|
+
|
235
|
250
|
// // Options for the recording limit notification.
|
236
|
251
|
// recordingLimit: {
|
237
|
252
|
//
|