FeatureFlagEnum enum
Enumeration of all available feature flags Reflects the official list of Jitsi Meet SDK 2.9.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). 
- 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). 
- 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 ddialog 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. 
- 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). 
- 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.