Order fields alphabetically.

This commit is contained in:
Boris Grozev 2019-11-14 16:59:30 -06:00 committed by bgrozev
parent 42f2eff02a
commit 72435dee56
1 changed files with 7 additions and 7 deletions

View File

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