FeatureFlags class

Properties

hashCode int
The hash code for this object.
no setterinherited
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

addPeopleEnabled → const String
FeatureFlags addPeopleEnabled : Flag indicating if add-people functionality should be enabled. Default: enabled (true).
androidScreenSharingEnabled → const String
FeatureFlags androidScreenSharingEnabled : Flag indicating if screen sharing should be enabled in android. Default: enabled (true).
audioFocusDisabled → const String
FeatureFlags audioFocusDisabled : Flag indicating if the SDK should not require the audio focus. Used by apps that do not use Moi audio. Default: disabled (false).
audioMuteButtonEnabled → const String
FeatureFlags audioMuteButtonEnabled : Flag indicating if the audio mute button should be displayed. Default: enabled (true).
audioOnlyButtonEnabled → const String
FeatureFlags audioOnlyButtonEnabled : Flag indicating that the Audio only button in the overflow menu is enabled. Default: enabled (true).
calenderEnabled → const String
FeatureFlags calenderEnabled : Flag indicating if calendar integration should be enabled. Default: enabled (true) on Android, auto-detected on iOS.
callIntegrationEnabled → const String
FeatureFlags callIntegrationEnabled : Flag indicating if call integration (CallKit on iOS, ConnectionService on Android) should be enabled. Default: enabled (true).
carModeEnabled → const String
FeatureFlags carModeEnabled : Flag indicating if car mode should be enabled. Default: enabled (true).
chatEnabled → const String
FeatureFlags chatEnabled : Flag indicating if chat should be enabled. Default: enabled (true).
closeCaptionsEnabled → const String
FeatureFlags closeCaptionsEnabled : Flag indicating if close captions should be enabled. Default: enabled (true).
conferenceTimerEnabled → const String
FeatureFlags conferenceTimerEnabled : Flag indicating if conference timer should be enabled. Default: enabled (true).
filmstripEnabled → const String
FeatureFlags filmstripEnabled : Flag indicating if the filmstrip should be enabled. Default: enabled (true).
fullScreenEnabled → const String
FeatureFlags fullScreenEnabled : Flag indicating if fullscreen (immersive) mode should be enabled. Default: enabled (true).
helpButtonEnabled → const String
FeatureFlags helpButtonEnabled : Flag indicating if the Help button should be enabled. Default: enabled (true).
inviteEnabled → const String
FeatureFlags inviteEnabled : Flag indicating if invite functionality should be enabled. Default: enabled (true).
iosRecordingEnabled → const String
FeatureFlags iosRecordingEnabled : Flag indicating if recording should be enabled in iOS. Default: disabled (false).
iosScreenSharingEnabled → const String
FeatureFlags iosScreenSharingEnabled : Flag indicating if screen sharing should be enabled in iOS. Default: disabled (false).
kickOutEnabled → const String
FeatureFlags kickOutEnabled : Flag indicating if kickout is enabled. Default: enabled (true).
liveStreamingEnabled → const String
FeatureFlags liveStreamingEnabled : Flag indicating if live-streaming should be enabled. Default: auto-detected.
lobbyModeEnabled → const String
FeatureFlags lobbyModeEnabled : Flag indicating if lobby mode button should be enabled. Default: enabled.
meetingNameEnabled → const String
FeatureFlags meetingNameEnabled : Flag indicating if displaying the meeting name should be enabled. Default: enabled (true).
meetingPasswordEnabled → const String
FeatureFlags meetingPasswordEnabled : Flag indicating if the meeting password button should be enabled. Note that this flag just decides on the button, if a meeting has a password set, the password dialog will still show up. Default: enabled (true).
notificationEnabled → const String
FeatureFlags notificationEnabled : Flag indicating if the notifications should be enabled. Default: enabled (true).
overflowMenuEnabled → const String
FeatureFlags overflowMenuEnabled : Flag indicating if the audio overflow menu button should be displayed. Default: enabled (true).
pipEnabled → const String
FeatureFlags pipEnabled : Flag indicating if Picture-in-Picture should be enabled. Default: auto-detected.
pipWhileScreenSharingEnabled → const String
FeatureFlags pipWhileScreenSharingEnabled : Flag indicating if Picture-in-Picture button should be shown while screen sharing. Default: disabled (false).
preJoinPageEnabled → const String
FeatureFlags preJoinPageEnabled : Flag indicating if the prejoin page should be enabled. Default: enabled (true).
preJoinPageHideDisplayName → const String
FeatureFlags preJoinPageHideDisplayName :Flag indicating if the participant name editing field should be displayed on the prejoin page. Default: disabled (false).
raiseHandEnabled → const String
FeatureFlags raiseHandEnabled :Flag indicating if raise hand feature should be enabled. Default: enabled.
reactionsEnabled → const String
FeatureFlags reactionsEnabled : Flag indicating if the reactions feature should be enabled. Default: enabled (true).
recordingEnabled → const String
FeatureFlags recordingEnabled : Flag indicating if recording should be enabled. Default: auto-detected.
replaceParticipant → const String
FeatureFlags replaceParticipant : Flag indicating if the user should join the conference with the replaceParticipant functionality. Default: (false).
resolution → const String
FeatureFlags resolution : Flag indicating the local and (maximum) remote video resolution. Overrides the server configuration. Default: (unset).
securityOptionEnabled → const String
FeatureFlags securityOptionEnabled : Flag indicating if the security options button should be enabled. Default: enabled (true).
serverUrlChangeEnabled → const String
FeatureFlags serverUrlChangeEnabled : Flag indicating if server URL change is enabled. Default: enabled (true).
settingsEnabled → const String
FeatureFlags settingsEnabled : Flag indicating if settings should be enabled. Default: enabled (true).
speakerStatsEnabled → const String
FeatureFlags speakerStatsEnabled : Flag indicating if speaker statistics should be enabled. Default: enabled (true).
tileViewEnabled → const String
FeatureFlags tileViewEnabled : Flag indicating if tile view feature should be enabled. Default: enabled.
toolboxAlwaysVisible → const String
FeatureFlags toolboxAlwaysVisible : Flag indicating if the toolbox should be always be visible Default: disabled (false).
toolboxEnabled → const String
FeatureFlags toolboxEnabled : Flag indicating if the toolbox should be enabled Default: enabled.
unsafeRoomWarningEnabled → const String
FeatureFlags unsafeRoomWarningEnabled : Flag indicating if the unsafe room warning should be enabled. Default: disabled (false).
videoMuteEnabled → const String
FeatureFlags videoMuteEnabled : Flag indicating if the video mute button should be displayed. Default: enabled (true).
videoShareEnabled → const String
FeatureFlags videoShareEnabled : Flag indicating if the video share button should be enabled Default: enabled (true).
welcomePageEnabled → const String
FeatureFlags welcomePageEnabled : Flag indicating if the welcome page should be enabled. Default: disabled (false).