MoiMeetConferenceOptions class
This object encapsulates all the options that can be tweaked when joining a conference.
Constructors
Properties
-
configOverrides
↔ Map<
String, Object?> ? -
Config overrides See: https://github.com/jitsi/jitsi-meet/blob/master/config.js.
latefinal
-
featureFlags
→ Map<
String, Object?> ? -
Feature flags. See: https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- room → String
-
Room name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverURL → String?
-
Server where the conference should take place.
final
- token → String?
-
JWT token used for authentication.
final
- userInfo → MoiMeetUserInfo?
-
Information about the local user. It will be used in absence of a token.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited