You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

configWhitelist.js 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. import extraConfigWhitelist from './extraConfigWhitelist';
  2. /**
  3. * The config keys to whitelist, the keys that can be overridden.
  4. * Whitelisting a key allows all properties under that key to be overridden.
  5. * For example whitelisting 'p2p' allows 'p2p.enabled' to be overridden, and
  6. * overriding 'p2p.enabled' does not modify any other keys under 'p2p'.
  7. * The whitelist is used only for config.js.
  8. *
  9. * @type Array
  10. */
  11. export default [
  12. '_desktopSharingSourceDevice',
  13. '_peerConnStatusOutOfLastNTimeout',
  14. '_peerConnStatusRtcMuteTimeout',
  15. 'abTesting',
  16. 'analytics.disabled',
  17. 'audioLevelsInterval',
  18. 'audioQuality',
  19. 'apiLogLevels',
  20. 'avgRtpStatsN',
  21. 'backgroundAlpha',
  22. 'buttonsWithNotifyClick',
  23. /**
  24. * The display name of the CallKit call representing the conference/meeting
  25. * associated with this config.js including while the call is ongoing in the
  26. * UI presented by CallKit and in the system-wide call history. The property
  27. * is meant for use cases in which the room name is not desirable as a
  28. * display name for CallKit purposes and the desired display name is not
  29. * provided in the form of a JWT callee. As the value is associated with a
  30. * conference/meeting, the value makes sense not as a deployment-wide
  31. * configuration, only as a runtime configuration override/overwrite
  32. * provided by, for example, Jitsi Meet SDK for iOS.
  33. *
  34. * @type string
  35. */
  36. 'callDisplayName',
  37. 'callFlowsEnabled',
  38. /**
  39. * The handle
  40. * ({@link https://developer.apple.com/documentation/callkit/cxhandle}) of
  41. * the CallKit call representing the conference/meeting associated with this
  42. * config.js. The property is meant for use cases in which the room URL is
  43. * not desirable as the handle for CallKit purposes. As the value is
  44. * associated with a conference/meeting, the value makes sense not as a
  45. * deployment-wide configuration, only as a runtime configuration
  46. * override/overwrite provided by, for example, Jitsi Meet SDK for iOS.
  47. *
  48. * @type string
  49. */
  50. 'callHandle',
  51. 'callStatsConfIDNamespace',
  52. 'callStatsConfigParams',
  53. 'callStatsID',
  54. 'callStatsSecret',
  55. /**
  56. * The UUID of the CallKit call representing the conference/meeting
  57. * associated with this config.js. The property is meant for use cases in
  58. * which Jitsi Meet is to work with a CallKit call created outside of Jitsi
  59. * Meet and to be adopted by Jitsi Meet such as, for example, an incoming
  60. * and/or outgoing CallKit call created by Jitsi Meet SDK for iOS
  61. * clients/consumers prior to giving control to Jitsi Meet. As the value is
  62. * associated with a conference/meeting, the value makes sense not as a
  63. * deployment-wide configuration, only as a runtime configuration
  64. * override/overwrite provided by, for example, Jitsi Meet SDK for iOS.
  65. *
  66. * @type string
  67. */
  68. 'callUUID',
  69. 'conferenceInfo',
  70. 'channelLastN',
  71. 'connectionIndicators',
  72. 'constraints',
  73. 'brandingRoomAlias',
  74. 'debug',
  75. 'debugAudioLevels',
  76. 'defaultLanguage',
  77. 'desktopSharingFrameRate',
  78. 'desktopSharingSources',
  79. 'disable1On1Mode',
  80. 'disableAEC',
  81. 'disableAGC',
  82. 'disableAP',
  83. 'disableAddingBackgroundImages',
  84. 'disableAudioLevels',
  85. 'disableChatSmileys',
  86. 'disableDeepLinking',
  87. 'disabledSounds',
  88. 'disableFilmstripAutohiding',
  89. 'disableInitialGUM',
  90. 'disableH264',
  91. 'disableHPF',
  92. 'disableInviteFunctions',
  93. 'disableIncomingMessageSound',
  94. 'disableJoinLeaveSounds',
  95. 'disableLocalVideoFlip',
  96. 'disableModeratorIndicator',
  97. 'disableNS',
  98. 'disablePolls',
  99. 'disableProfile',
  100. 'disableReactions',
  101. 'disableRecordAudioNotification',
  102. 'disableRemoteControl',
  103. 'disableRemoteMute',
  104. 'disableResponsiveTiles',
  105. 'disableRtx',
  106. 'disableShortcuts',
  107. 'disableShowMoreStats',
  108. 'disableRemoveRaisedHandOnFocus',
  109. 'disableSpeakerStatsSearch',
  110. 'speakerStatsOrder',
  111. 'disableSimulcast',
  112. 'disableThirdPartyRequests',
  113. 'disableTileView',
  114. 'displayJids',
  115. 'doNotStoreRoom',
  116. 'doNotFlipLocalVideo',
  117. 'dropbox',
  118. 'e2eeLabels',
  119. 'e2eping',
  120. 'enableDisplayNameInStats',
  121. 'enableEmailInStats',
  122. 'enableEncodedTransformSupport',
  123. 'enableIceRestart',
  124. 'enableInsecureRoomNameWarning',
  125. 'enableLayerSuspension',
  126. 'enableLipSync',
  127. 'enableOpusRed',
  128. 'enableRemb',
  129. 'enableSaveLogs',
  130. 'enableScreenshotCapture',
  131. 'enableTalkWhileMuted',
  132. 'enableUnifiedOnChrome',
  133. 'enableNoAudioDetection',
  134. 'enableNoisyMicDetection',
  135. 'enableTcc',
  136. 'enableAutomaticUrlCopy',
  137. 'etherpad_base',
  138. 'failICE',
  139. 'feedbackPercentage',
  140. 'fileRecordingsEnabled',
  141. 'firefox_fake_device',
  142. 'forceJVB121Ratio',
  143. 'forceTurnRelay',
  144. 'gatherStats',
  145. 'googleApiApplicationClientID',
  146. 'hiddenPremeetingButtons',
  147. 'hideConferenceSubject',
  148. 'hideRecordingLabel',
  149. 'hideParticipantsStats',
  150. 'hideConferenceTimer',
  151. 'hiddenDomain',
  152. 'hideLobbyButton',
  153. 'hosts',
  154. 'iAmRecorder',
  155. 'iAmSipGateway',
  156. 'iceTransportPolicy',
  157. 'ignoreStartMuted',
  158. 'inviteAppName',
  159. 'liveStreamingEnabled',
  160. 'localRecording',
  161. 'maxFullResolutionParticipants',
  162. 'mouseMoveCallbackInterval',
  163. 'notifications',
  164. 'openSharedDocumentOnJoin',
  165. 'opusMaxAverageBitrate',
  166. 'p2p',
  167. 'pcStatsInterval',
  168. 'preferH264',
  169. 'preferredCodec',
  170. 'prejoinPageEnabled',
  171. 'requireDisplayName',
  172. 'remoteVideoMenu',
  173. 'roomPasswordNumberOfDigits',
  174. 'readOnlyName',
  175. 'replaceParticipant',
  176. 'resolution',
  177. 'startAudioMuted',
  178. 'startAudioOnly',
  179. 'startLastN',
  180. 'startScreenSharing',
  181. 'startSilent',
  182. 'startVideoMuted',
  183. 'startWithAudioMuted',
  184. 'startWithVideoMuted',
  185. 'stereo',
  186. 'subject',
  187. 'testing',
  188. 'toolbarButtons',
  189. 'toolbarConfig',
  190. 'useHostPageLocalStorage',
  191. 'useTurnUdp',
  192. 'videoQuality',
  193. 'webrtcIceTcpDisable',
  194. 'webrtcIceUdpDisable'
  195. ].concat(extraConfigWhitelist);