We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444b60a commit 45b26f9Copy full SHA for 45b26f9
js/speedcurve.js
@@ -12,15 +12,21 @@
12
13
// Keys we intend to send. Keep in sync with obs.js
14
const keys = [
15
+ 'canShowRichMedia',
16
+ 'connectionCapability',
17
+ 'conservationPreference',
18
+ 'cpuBucket',
19
+ 'cpuCategory',
20
'dataSaver',
- 'rttBucket',
- 'rttCategory',
21
+ 'deliveryMode',
22
+ 'deviceCapability',
23
'downlinkBucket',
24
'downlinkCategory',
- 'downlinkMax',
- 'batteryCritical',
- 'batteryLow',
- 'batteryCharging',
25
+ 'ramBucket',
26
+ 'ramCategory',
27
+ 'rttBucket',
28
+ 'rttCategory',
29
+ 'shouldAvoidRichMedia'
30
];
31
32
for (const key of keys) {
0 commit comments