Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

constants.ts 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. /**
  2. * Flag indicating if add-people functionality should be enabled.
  3. * Default: enabled (true).
  4. */
  5. export const ADD_PEOPLE_ENABLED = 'add-people.enabled';
  6. /**
  7. * Flag indicating if the SDK should not require the audio focus.
  8. * Used by apps that do not use Jitsi audio.
  9. * Default: disabled (false).
  10. */
  11. export const AUDIO_FOCUS_DISABLED = 'audio-focus.disabled';
  12. /**
  13. * Flag indicating if the audio mute button should be displayed.
  14. * Default: enabled (true).
  15. */
  16. export const AUDIO_MUTE_BUTTON_ENABLED = 'audio-mute.enabled';
  17. /**
  18. * Flag indicating that the Audio only button in the overflow menu is enabled.
  19. * Default: enabled (true).
  20. */
  21. export const AUDIO_ONLY_BUTTON_ENABLED = 'audio-only.enabled';
  22. /**
  23. * Flag indicating that the Breakout Rooms button in the overflow menu is enabled.
  24. * Default: enabled (true).
  25. */
  26. export const BREAKOUT_ROOMS_BUTTON_ENABLED = 'breakout-rooms.enabled';
  27. /**
  28. * Flag indicating if calendar integration should be enabled.
  29. * Default: enabled (true) on Android, auto-detected on iOS.
  30. */
  31. export const CALENDAR_ENABLED = 'calendar.enabled';
  32. /**
  33. * Flag indicating if call integration (CallKit on iOS, ConnectionService on Android)
  34. * should be enabled.
  35. * Default: enabled (true).
  36. */
  37. export const CALL_INTEGRATION_ENABLED = 'call-integration.enabled';
  38. /**
  39. * Flag indicating if car mode should be enabled.
  40. * Default: enabled (true).
  41. */
  42. export const CAR_MODE_ENABLED = 'car-mode.enabled';
  43. /**
  44. * Flag indicating if close captions should be enabled.
  45. * Default: enabled (true).
  46. */
  47. export const CLOSE_CAPTIONS_ENABLED = 'close-captions.enabled';
  48. /**
  49. * Flag indicating if conference timer should be enabled.
  50. * Default: enabled (true).
  51. */
  52. export const CONFERENCE_TIMER_ENABLED = 'conference-timer.enabled';
  53. /**
  54. * Flag indicating if chat should be enabled.
  55. * Default: enabled (true).
  56. */
  57. export const CHAT_ENABLED = 'chat.enabled';
  58. /**
  59. * Flag indicating if the filmstrip should be enabled.
  60. * Default: enabled (true).
  61. */
  62. export const FILMSTRIP_ENABLED = 'filmstrip.enabled';
  63. /**
  64. * Flag indicating if fullscreen (immersive) mode should be enabled.
  65. * Default: enabled (true).
  66. */
  67. export const FULLSCREEN_ENABLED = 'fullscreen.enabled';
  68. /**
  69. * Flag indicating if the Help button should be enabled.
  70. * Default: enabled (true).
  71. */
  72. export const HELP_BUTTON_ENABLED = 'help.enabled';
  73. /**
  74. * Flag indicating if invite functionality should be enabled.
  75. * Default: enabled (true).
  76. */
  77. export const INVITE_ENABLED = 'invite.enabled';
  78. /**
  79. * Flag indicating if dial-in invite functionality should be enabled.
  80. * Default: enabled (true).
  81. */
  82. export const INVITE_DIAL_IN_ENABLED = 'invite-dial-in.enabled';
  83. /**
  84. * Flag indicating if recording should be enabled in iOS.
  85. * Default: disabled (false).
  86. */
  87. export const IOS_RECORDING_ENABLED = 'ios.recording.enabled';
  88. /**
  89. * Flag indicating if screen sharing should be enabled in iOS.
  90. * Default: disabled (false).
  91. */
  92. export const IOS_SCREENSHARING_ENABLED = 'ios.screensharing.enabled';
  93. /**
  94. * Flag indicating if screen sharing should be enabled in android.
  95. * Default: enabled (true).
  96. */
  97. export const ANDROID_SCREENSHARING_ENABLED = 'android.screensharing.enabled';
  98. /**
  99. * Flag indicating if speaker statistics should be enabled.
  100. * Default: enabled (true).
  101. */
  102. export const SPEAKERSTATS_ENABLED = 'speakerstats.enabled';
  103. /**
  104. * Flag indicating if kickout is enabled.
  105. * Default: enabled (true).
  106. */
  107. export const KICK_OUT_ENABLED = 'kick-out.enabled';
  108. /**
  109. * Flag indicating if live-streaming should be enabled.
  110. * Default: auto-detected.
  111. */
  112. export const LIVE_STREAMING_ENABLED = 'live-streaming.enabled';
  113. /**
  114. * Flag indicating if lobby mode button should be enabled.
  115. * Default: enabled.
  116. */
  117. export const LOBBY_MODE_ENABLED = 'lobby-mode.enabled';
  118. /**
  119. * Flag indicating if displaying the meeting name should be enabled.
  120. * Default: enabled (true).
  121. */
  122. export const MEETING_NAME_ENABLED = 'meeting-name.enabled';
  123. /**
  124. * Flag indicating if the meeting password button should be enabled.
  125. * Note that this flag just decides on the button, if a meeting has a password
  126. * set, the password dialog will still show up.
  127. * Default: enabled (true).
  128. */
  129. export const MEETING_PASSWORD_ENABLED = 'meeting-password.enabled';
  130. /**
  131. * Flag indicating if the notifications should be enabled.
  132. * Default: enabled (true).
  133. */
  134. export const NOTIFICATIONS_ENABLED = 'notifications.enabled';
  135. /**
  136. * Flag indicating if the audio overflow menu button should be displayed.
  137. * Default: enabled (true).
  138. */
  139. export const OVERFLOW_MENU_ENABLED = 'overflow-menu.enabled';
  140. /**
  141. * Flag indicating if participants should be enabled.
  142. * Default: enabled (true).
  143. */
  144. export const PARTICIPANTS_ENABLED = 'participants.enabled';
  145. /**
  146. * Flag indicating if Picture-in-Picture should be enabled.
  147. * Default: auto-detected.
  148. */
  149. export const PIP_ENABLED = 'pip.enabled';
  150. /**
  151. * Flag indicating if Picture-in-Picture button should be shown while screen sharing.
  152. * Default: disabled (false).
  153. */
  154. export const PIP_WHILE_SCREEN_SHARING_ENABLED = 'pip-while-screen-sharing.enabled';
  155. /**
  156. * Flag indicating if the prejoin page should be enabled.
  157. * Default: enabled (true).
  158. */
  159. export const PREJOIN_PAGE_ENABLED = 'prejoinpage.enabled';
  160. /**
  161. * Flag indicating if the participant name editing field should be displayed on the prejoin page.
  162. * Default: disabled (false).
  163. */
  164. export const PREJOIN_PAGE_HIDE_DISPLAY_NAME = 'prejoinpage.hideDisplayName';
  165. /**
  166. * Flag indicating if raise hand feature should be enabled.
  167. * Default: enabled.
  168. */
  169. export const RAISE_HAND_ENABLED = 'raise-hand.enabled';
  170. /**
  171. * Flag indicating if the reactions feature should be enabled.
  172. * Default: enabled (true).
  173. */
  174. export const REACTIONS_ENABLED = 'reactions.enabled';
  175. /**
  176. * Flag indicating if recording should be enabled.
  177. * Default: auto-detected.
  178. */
  179. export const RECORDING_ENABLED = 'recording.enabled';
  180. /**
  181. * Flag indicating if the user should join the conference with the replaceParticipant functionality.
  182. * Default: (false).
  183. */
  184. export const REPLACE_PARTICIPANT = 'replace.participant';
  185. /**
  186. * Flag indicating the local and (maximum) remote video resolution. Overrides
  187. * the server configuration.
  188. * Default: (unset).
  189. */
  190. export const RESOLUTION = 'resolution';
  191. /**
  192. * Flag indicating if the security options button should be enabled.
  193. * Default: enabled (true).
  194. */
  195. export const SECURITY_OPTIONS_ENABLED = 'security-options.enabled';
  196. /**
  197. * Flag indicating if server URL change is enabled.
  198. * Default: enabled (true).
  199. */
  200. export const SERVER_URL_CHANGE_ENABLED = 'server-url-change.enabled';
  201. /**
  202. * Flag indicating if settings should be enabled.
  203. * Default: enabled (true).
  204. */
  205. export const SETTINGS_ENABLED = 'settings.enabled';
  206. /**
  207. * Flag indicating if tile view feature should be enabled.
  208. * Default: enabled.
  209. */
  210. export const TILE_VIEW_ENABLED = 'tile-view.enabled';
  211. /**
  212. * Flag indicating if the toolbox should be always be visible
  213. * Default: disabled (false).
  214. */
  215. export const TOOLBOX_ALWAYS_VISIBLE = 'toolbox.alwaysVisible';
  216. /**
  217. * Flag indicating if the toolbox should be enabled
  218. * Default: enabled.
  219. */
  220. export const TOOLBOX_ENABLED = 'toolbox.enabled';
  221. /**
  222. * Flag indicating if the unsafe room warning should be enabled.
  223. * Default: disabled (false).
  224. */
  225. export const UNSAFE_ROOM_WARNING = 'unsaferoomwarning.enabled';
  226. /**
  227. * Flag indicating if the video mute button should be displayed.
  228. * Default: enabled (true).
  229. */
  230. export const VIDEO_MUTE_BUTTON_ENABLED = 'video-mute.enabled';
  231. /**
  232. * Flag indicating if the video share button should be enabled
  233. * Default: enabled (true).
  234. */
  235. export const VIDEO_SHARE_BUTTON_ENABLED = 'video-share.enabled';
  236. /**
  237. * Flag indicating if the welcome page should be enabled.
  238. * Default: disabled (false).
  239. */
  240. export const WELCOME_PAGE_ENABLED = 'welcomepage.enabled';