Compare commits

...

2 Commits

Author SHA1 Message Date
Boris Grozev
69adddbdf3 Order fields alphabetically. 2019-11-14 16:59:30 -06:00
Boris Grozev
08576e829f Whitelists the "stereo" flag. 2019-11-14 16:50:27 -06:00

View File

@@ -15,10 +15,6 @@ export default [
'autoRecord',
'autoRecordToken',
'avgRtpStatsN',
'callFlowsEnabled',
'callStatsConfIDNamespace',
'callStatsID',
'callStatsSecret',
/**
* The display name of the CallKit call representing the conference/meeting
@@ -34,6 +30,7 @@ export default [
* @type string
*/
'callDisplayName',
'callFlowsEnabled',
/**
* The handle
@@ -48,6 +45,9 @@ export default [
* @type string
*/
'callHandle',
'callStatsConfIDNamespace',
'callStatsID',
'callStatsSecret',
/**
* The UUID of the CallKit call representing the conference/meeting
@@ -73,8 +73,8 @@ export default [
'desktopSharingChromeExtId',
'desktopSharingChromeMinExtVersion',
'desktopSharingChromeSources',
'desktopSharingFrameRate',
'desktopSharingFirefoxDisabled',
'desktopSharingFrameRate',
'desktopSharingSources',
'disable1On1Mode',
'disableAEC',
@@ -84,6 +84,7 @@ export default [
'disableDeepLinking',
'disableH264',
'disableHPF',
'disableLocalVideoFlip',
'disableNS',
'disableRemoteControl',
'disableRtx',
@@ -93,7 +94,6 @@ export default [
'enableDisplayNameInStats',
'enableLayerSuspension',
'enableLipSync',
'disableLocalVideoFlip',
'enableRemb',
'enableStatsID',
'enableTalkWhileMuted',
@@ -123,10 +123,11 @@ export default [
'startAudioMuted',
'startAudioOnly',
'startBitrate',
'startSilent',
'startScreenSharing',
'startSilent',
'startVideoMuted',
'startWithVideoMuted',
'stereo',
'subject',
'testing',
'useIPv6',