JitsiMeetingOptions class Null safety

Constructors

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

Properties

configOverrides Map<String, Object?>?
final
featureFlags Map<FeatureFlag, Object?>?
final
hashCode int
The hash code for this object.
read-onlyoverride
isAudioMuted bool?
final
isAudioOnly bool?
final
isVideoMuted bool?
final
roomNameOrUrl String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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 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.
override