LiveSeatState class abstract

Seat state data provided by LiveSeatStore.

Contains seat list, canvas information, speaking users, audio and video statistics, etc.

Constructors

LiveSeatState()

Properties

avStatistics ValueListenable<List<AVStatistics>>
Audio and video statistics.
no setter
canvas ValueListenable<LiveCanvas>
Canvas information.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatList ValueListenable<List<SeatInfo>>
Seat list.
no setter
speakingUsers ValueListenable<Map<String, int>>
Speaking users.
no setter

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