JitsiMeetingOptions class

Constructors

JitsiMeetingOptions({required String roomNameOrUrl, String? serverUrl, String? subject, String? token, bool? isAudioMuted, bool? isAudioOnly, bool? isVideoMuted, String? userDisplayName, String? userEmail, String? userAvatarUrl, Map<String, Object?>? featureFlags, Map<String, Object?>? configOverrides})

Properties

configOverrides Map<String, Object?>?
final
featureFlags Map<String, Object?>?
Flags that toggle specific features.
final
hashCode int
The hash code for this object.
no setteroverride
isAudioMuted bool?
final
isAudioOnly bool?
final
isVideoMuted bool?
final
roomNameOrUrl 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

Methods

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.
override