mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 20:47:49 +00:00
feat(breakout-rooms/native): separate breakout rooms from participants (#13920)
feat(breakout-rooms/native): separate breakout rooms from participants
This commit is contained in:
@@ -23,6 +23,12 @@ export const AUDIO_MUTE_BUTTON_ENABLED = 'audio-mute.enabled';
|
||||
*/
|
||||
export const AUDIO_ONLY_BUTTON_ENABLED = 'audio-only.enabled';
|
||||
|
||||
/**
|
||||
* Flag indicating that the Breakout Rooms button in the overflow menu is enabled.
|
||||
* Default: enabled (true).
|
||||
*/
|
||||
export const BREAKOUT_ROOMS_BUTTON_ENABLED = 'breakout-rooms.enabled';
|
||||
|
||||
/**
|
||||
* Flag indicating if calendar integration should be enabled.
|
||||
* Default: enabled (true) on Android, auto-detected on iOS.
|
||||
|
||||
Reference in New Issue
Block a user