|
|
@@ -15,10 +15,6 @@ export default [
|
|
15
|
15
|
'autoRecord',
|
|
16
|
16
|
'autoRecordToken',
|
|
17
|
17
|
'avgRtpStatsN',
|
|
18
|
|
- 'callFlowsEnabled',
|
|
19
|
|
- 'callStatsConfIDNamespace',
|
|
20
|
|
- 'callStatsID',
|
|
21
|
|
- 'callStatsSecret',
|
|
22
|
18
|
|
|
23
|
19
|
/**
|
|
24
|
20
|
* The display name of the CallKit call representing the conference/meeting
|
|
|
@@ -34,6 +30,7 @@ export default [
|
|
34
|
30
|
* @type string
|
|
35
|
31
|
*/
|
|
36
|
32
|
'callDisplayName',
|
|
|
33
|
+ 'callFlowsEnabled',
|
|
37
|
34
|
|
|
38
|
35
|
/**
|
|
39
|
36
|
* The handle
|
|
|
@@ -48,6 +45,9 @@ export default [
|
|
48
|
45
|
* @type string
|
|
49
|
46
|
*/
|
|
50
|
47
|
'callHandle',
|
|
|
48
|
+ 'callStatsConfIDNamespace',
|
|
|
49
|
+ 'callStatsID',
|
|
|
50
|
+ 'callStatsSecret',
|
|
51
|
51
|
|
|
52
|
52
|
/**
|
|
53
|
53
|
* The UUID of the CallKit call representing the conference/meeting
|
|
|
@@ -73,8 +73,8 @@ export default [
|
|
73
|
73
|
'desktopSharingChromeExtId',
|
|
74
|
74
|
'desktopSharingChromeMinExtVersion',
|
|
75
|
75
|
'desktopSharingChromeSources',
|
|
76
|
|
- 'desktopSharingFrameRate',
|
|
77
|
76
|
'desktopSharingFirefoxDisabled',
|
|
|
77
|
+ 'desktopSharingFrameRate',
|
|
78
|
78
|
'desktopSharingSources',
|
|
79
|
79
|
'disable1On1Mode',
|
|
80
|
80
|
'disableAEC',
|
|
|
@@ -84,6 +84,7 @@ export default [
|
|
84
|
84
|
'disableDeepLinking',
|
|
85
|
85
|
'disableH264',
|
|
86
|
86
|
'disableHPF',
|
|
|
87
|
+ 'disableLocalVideoFlip',
|
|
87
|
88
|
'disableNS',
|
|
88
|
89
|
'disableRemoteControl',
|
|
89
|
90
|
'disableRtx',
|
|
|
@@ -94,7 +95,6 @@ export default [
|
|
94
|
95
|
'enableEmailInStats',
|
|
95
|
96
|
'enableLayerSuspension',
|
|
96
|
97
|
'enableLipSync',
|
|
97
|
|
- 'disableLocalVideoFlip',
|
|
98
|
98
|
'enableRemb',
|
|
99
|
99
|
'enableTalkWhileMuted',
|
|
100
|
100
|
'enableTcc',
|
|
|
@@ -123,8 +123,8 @@ export default [
|
|
123
|
123
|
'startAudioMuted',
|
|
124
|
124
|
'startAudioOnly',
|
|
125
|
125
|
'startBitrate',
|
|
126
|
|
- 'startSilent',
|
|
127
|
126
|
'startScreenSharing',
|
|
|
127
|
+ 'startSilent',
|
|
128
|
128
|
'startVideoMuted',
|
|
129
|
129
|
'startWithAudioMuted',
|
|
130
|
130
|
'startWithVideoMuted',
|