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.js
Values
- ADD_PEOPLE_ENABLED → const FeatureFlagEnum
-
Flag indicating if add-people functionality should be 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).
- 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).
- 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).
- 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.
- 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 dialog will still show up. Default: enabled (true).
- PIP_ENABLED → const FeatureFlagEnum
-
Flag indicating if Picture-in-Picture should be enabled. Default: auto-detected.
- RAISE_HAND_ENABLED → const FeatureFlagEnum
-
Flag indicating if raise hand feature should be enabled. Default: enabled.
- RECORDING_ENABLED → const FeatureFlagEnum
-
Flag indicating if recording should be enabled. Default: auto-detected.
- RESOLUTION → const FeatureFlagEnum
-
Flag indicating the local and (maximum) remote video resolution. Overrides the server configuration. Default: (unset).
- SERVER_URL_CHANGE_ENABLED → const FeatureFlagEnum
-
Flag indicating if server URL change is 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).
- 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
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.