|
|
@@ -6,6 +6,12 @@
|
|
6
|
6
|
*/
|
|
7
|
7
|
export const ADD_PEOPLE_ENABLED = 'add-people.enabled';
|
|
8
|
8
|
|
|
|
9
|
+/**
|
|
|
10
|
+ * Flag indicating if the audio mute button should be displayed.
|
|
|
11
|
+ * Default: enabled (true).
|
|
|
12
|
+ */
|
|
|
13
|
+export const AUDIO_MUTE_BUTTON_ENABLED = 'audio-mute.enabled';
|
|
|
14
|
+
|
|
9
|
15
|
/**
|
|
10
|
16
|
* Flag indicating if calendar integration should be enabled.
|
|
11
|
17
|
* Default: enabled (true) on Android, auto-detected on iOS.
|
|
|
@@ -81,13 +87,18 @@ export const MEETING_NAME_ENABLED = 'meeting-name.enabled';
|
|
81
|
87
|
*/
|
|
82
|
88
|
export const MEETING_PASSWORD_ENABLED = 'meeting-password.enabled';
|
|
83
|
89
|
|
|
84
|
|
-
|
|
85
|
90
|
/**
|
|
86
|
91
|
* Flag indicating if the notifications should be enabled.
|
|
87
|
92
|
* Default: enabled (true).
|
|
88
|
93
|
*/
|
|
89
|
94
|
export const NOTIFICATIONS_ENABLED = 'notifications.enabled';
|
|
90
|
95
|
|
|
|
96
|
+/**
|
|
|
97
|
+ * Flag indicating if the audio overflow menu button should be displayed.
|
|
|
98
|
+ * Default: enabled (true).
|
|
|
99
|
+ */
|
|
|
100
|
+export const OVERFLOW_MENU_ENABLED = 'overflow-menu.enabled';
|
|
|
101
|
+
|
|
91
|
102
|
/**
|
|
92
|
103
|
* Flag indicating if Picture-in-Picture should be enabled.
|
|
93
|
104
|
* Default: auto-detected.
|
|
|
@@ -137,6 +148,12 @@ export const TOOLBOX_ALWAYS_VISIBLE = 'toolbox.alwaysVisible';
|
|
137
|
148
|
*/
|
|
138
|
149
|
export const TOOLBOX_ENABLED = 'toolbox.enabled';
|
|
139
|
150
|
|
|
|
151
|
+/**
|
|
|
152
|
+ * Flag indicating if the video mute button should be displayed.
|
|
|
153
|
+ * Default: enabled (true).
|
|
|
154
|
+ */
|
|
|
155
|
+export const VIDEO_MUTE_BUTTON_ENABLED = 'video-mute.enabled';
|
|
|
156
|
+
|
|
140
|
157
|
/**
|
|
141
|
158
|
* Flag indicating if the video share button should be enabled
|
|
142
|
159
|
* Default: enabled (true).
|