JitsiMeetingOptions class
Constructors
-
JitsiMeetingOptions({required String room, String? serverURL, String? subject, String? token, bool? audioMuted, bool? audioOnly, bool? videoMuted, String? userAvatarURL, String? userDisplayName, String? userEmail, String? iosAppBarRGBAColor, Map<
String, Object?> ? webOptions, Map<FeatureFlagEnum, Object?> ? featureFlags, Map<String, Object?> ? configOverrides})
Properties
- audioMuted → bool?
-
final
- audioOnly → bool?
-
final
-
configOverrides
→ Map<
String, Object?> ? -
final
-
featureFlags
→ Map<
FeatureFlagEnum, Object?> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosAppBarRGBAColor → String?
-
final
- room → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverURL → String?
-
final
- subject → String?
-
final
- token → String?
-
final
- userAvatarURL → String?
-
final
- userDisplayName → String?
-
final
- userEmail → String?
-
final
- videoMuted → bool?
-
final
-
webOptions
→ Map<
String, Object?> ? -
final
Methods
-
getFeatureFlags(
) → Map< String?, dynamic> - 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