LivekitState class
Constructors
-
LivekitState.new({bool isSelectingType = false, bool? isInstantType, bool isCallComing = false, bool isWaitting = false, bool isLoading = false, bool isFullScreenCustomize = false, VideoMeeting? meeting, Room? room, EventsListener<
RoomEvent> ? listener})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCallComing ↔ bool
-
getter/setter pair
- isFullScreenCustomize ↔ bool
-
getter/setter pair
- isInstantType ↔ bool?
-
getter/setter pair
- isLoading ↔ bool
-
getter/setter pair
- isSelectingType ↔ bool
-
getter/setter pair
- isWaitting ↔ bool
-
getter/setter pair
-
listener
↔ EventsListener<
RoomEvent> ? -
getter/setter pair
- meeting ↔ VideoMeeting?
-
getter/setter pair
- room ↔ Room?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? isSelectingType, bool? isInstantType, bool? isCallComing, bool? isWaitting, bool? isLoading, bool? isFullScreenCustomize, VideoMeeting? meeting, Room? room, EventsListener< RoomEvent> ? listener}) → LivekitState -
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