JitsiMeetingOptions class

Constructors

JitsiMeetingOptions({required String room})

Properties

audioMuted bool?
getter/setter pair
audioOnly bool?
getter/setter pair
featureFlags Map<FeatureFlagEnum, bool>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosAppBarRGBAColor String?
getter/setter pair
room String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverURL String?
getter/setter pair
subject String?
getter/setter pair
token String?
getter/setter pair
userAvatarURL String?
getter/setter pair
userDisplayName String?
getter/setter pair
userEmail String?
getter/setter pair
videoMuted bool?
getter/setter pair
webOptions Map<String, dynamic>?
getter/setter pair

Methods

getFeatureFlags() Map<String?, bool>
Get feature flags Map with keys as String instead of Enum Useful as an argument sent to the Kotlin/Swift code
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited