FeatureFlagEnum enum
Enumeration of all available feature flags Reflects the official list of Jitsi Meet SDK 2.11.0 feature flags https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts
Values
- ADD_PEOPLE_ENABLED → const FeatureFlagEnum
-
Flag indicating if add-people functionality should be enabled. Default: enabled (true).
- AUDIO_FOCUS_DISABLED → const FeatureFlagEnum
-
Flag indicating if the SDK should not require the audio focus. Used by apps that do not use Jitsi audio. Default: disabled (false).
- AUDIO_MUTE_BUTTON_ENABLED → const FeatureFlagEnum
-
Flag indicating if the audio mute button should be displayed. Default: enabled (true).
- AUDIO_ONLY_BUTTON_ENABLED → const FeatureFlagEnum
-
Flag indicating that the Audio only button in the overflow menu is enabled. Default: enabled (true).
- CALENDAR_ENABLED → const FeatureFlagEnum
-
Flag indicating if calendar integration should be enabled. Default: enabled (true) on Android, auto-detected on iOS.
- CALL_INTEGRATION_ENABLED → const FeatureFlagEnum
-
Flag indicating if call integration (CallKit on iOS, ConnectionService on Android) should be enabled. Default: enabled (true).
- CAR_MODE_ENABLED → const FeatureFlagEnum
-
Flag indicating if car mode should be enabled. Default: enabled (true).
- CLOSE_CAPTIONS_ENABLED → const FeatureFlagEnum
-
Flag indicating if close captions should be enabled. Default: enabled (true).
- CONFERENCE_TIMER_ENABLED → const FeatureFlagEnum
-
Flag indicating if conference timer should be enabled. Default: enabled (true).
- CHAT_ENABLED → const FeatureFlagEnum
-
Flag indicating if chat should be enabled. Default: enabled (true).
- FILMSTRIP_ENABLED → const FeatureFlagEnum
-
Flag indicating if the filmstrip should be enabled. Default: enabled (true).
- FULLSCREEN_ENABLED → const FeatureFlagEnum
-
Flag indicating if fullscreen (immersive) mode should be enabled. Default: enabled (true).
- HELP_BUTTON_ENABLED → const FeatureFlagEnum
-
Flag indicating if the Help button should be enabled. Default: enabled (true).
- INVITE_ENABLED → const FeatureFlagEnum
-
Flag indicating if invite functionality should be enabled. Default: enabled (true).
- IOS_RECORDING_ENABLED → const FeatureFlagEnum
-
Flag indicating if recording should be enabled in iOS. Default: disabled (false).
- IOS_SCREENSHARING_ENABLED → const FeatureFlagEnum
-
Flag indicating if screen sharing should be enabled in iOS. Default: disabled (false).
- ANDROID_SCREENSHARING_ENABLED → const FeatureFlagEnum
-
Flag indicating if screen sharing should be enabled in android. Default: enabled (true).
- SPEAKERSTATS_ENABLED → const FeatureFlagEnum
-
Flag indicating if speaker statistics should be enabled. Default: enabled (true).
- KICK_OUT_ENABLED → const FeatureFlagEnum
-
Flag indicating if kickout is enabled. Default: enabled (true).
- LIVE_STREAMING_ENABLED → const FeatureFlagEnum
-
Flag indicating if live-streaming should be enabled. Default: auto-detected.
- LOBBY_MODE_ENABLED → const FeatureFlagEnum
-
Flag indicating if lobby mode button should be enabled. Default: enabled (true).
- MEETING_NAME_ENABLED → const FeatureFlagEnum
-
Flag indicating if displaying the meeting name should be enabled. Default: enabled (true).
- MEETING_PASSWORD_ENABLED → const FeatureFlagEnum
-
Flag indicating if the meeting password button should be enabled. Note that this flag just decides on the buttton, if a meeting has a password set, the password ddialog will still show up. Default: enabled (true).
- NOTIFICATIONS_ENABLED → const FeatureFlagEnum
-
Flag indicating if the notifications should be enabled. Default: enabled (true).
- OVERFLOW_MENU_ENABLED → const FeatureFlagEnum
-
Flag indicating if the audio overflow menu button should be displayed. Default: enabled (true).
- PIP_ENABLED → const FeatureFlagEnum
-
Flag indicating if Picture-in-Picture should be enabled. Default: auto-detected.
- PREJOIN_PAGE_ENABLED → const FeatureFlagEnum
-
Flag indicating if the prejoin page should be enabled. Default: enabled (true).
- RAISE_HAND_ENABLED → const FeatureFlagEnum
-
Flag indicating if raise hand feature should be enabled. Default: enabled (true).
- REACTIONS_ENABLED → const FeatureFlagEnum
-
Flag indicating if the reactions feature should be enabled. Default: enabled (true).
- RECORDING_ENABLED → const FeatureFlagEnum
-
Flag indicating if recording should be enabled. Default: auto-detected.
- REPLACE_PARTICIPANT → const FeatureFlagEnum
-
Flag indicating if the user should join the conference with the replaceParticipant functionality. Default: (false).
- RESOLUTION → const FeatureFlagEnum
-
Flag indicating the local and (maximum) remote video resolution. Overrides the server configuration. Default: (unset). LD_RESOLUTION: 180p, MD_RESOLUTION: 360p, SD_RESOLUTION: 480p, HD_RESOLUTION: 720p
- SECURITY_OPTIONS_ENABLED → const FeatureFlagEnum
-
Flag indicating if the security options button should be enabled. Default: enabled (true).
- SERVER_URL_CHANGE_ENABLED → const FeatureFlagEnum
-
Flag indicating if server URL change is enabled. Default: enabled (true).
- SETTINGS_ENABLED → const FeatureFlagEnum
-
Flag indicating if settings should be enabled. Default: enabled (true).
- TILE_VIEW_ENABLED → const FeatureFlagEnum
-
Flag indicating if tile view feature should be enabled. Default: enabled.
- TOOLBOX_ALWAYS_VISIBLE → const FeatureFlagEnum
-
Flag indicating if the toolbox should be always be visible Default: disabled (false).
- TOOLBOX_ENABLED → const FeatureFlagEnum
-
Flag indicating if the toolbox should be enabled Default: enabled (true).
- VIDEO_MUTE_BUTTON_ENABLED → const FeatureFlagEnum
-
Flag indicating if the video mute button should be displayed. Default: enabled (true).
- VIDEO_SHARE_BUTTON_ENABLED → const FeatureFlagEnum
-
Flag indicating if the video share button should be enabled Default: enabled (true).
- WELCOME_PAGE_ENABLED → const FeatureFlagEnum
-
Flag indicating if the welcome page should be enabled. Default: disabled (false).
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
FeatureFlagEnum> - A constant List of the values in this enum, in order of their declaration.