JitsiMeetingOptions class Null safety
Constructors
- JitsiMeetingOptions({required String room})
Properties
- audioMuted ↔ bool?
-
read / write
- audioOnly ↔ bool?
-
read / write
-
featureFlags
↔ Map<
FeatureFlagEnum, bool> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- iosAppBarRGBAColor ↔ String?
-
read / write
- room → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- serverURL ↔ String?
-
read / write
- subject ↔ String?
-
read / write
- token ↔ String?
-
read / write
- userAvatarURL ↔ String?
-
read / write
- userDisplayName ↔ String?
-
read / write
- userEmail ↔ String?
-
read / write
- videoMuted ↔ bool?
-
read / write
-
webOptions
↔ Map<
String, dynamic> ? -
read / write
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited