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 5.4KB

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