CoHostState class abstract
Cross-room connection related state data provided by CoHostStore
Constructors
Properties
-
applicant
→ ValueListenable<
SeatUserInfo?> -
Anchor who initiated connection request to the current live room. {@link $SeatUserInfo$}
no setter
-
coHostStatus
→ ValueListenable<
CoHostStatus> -
Real-time status of cross-room connection. {@link CoHostStatus}
no setter
-
connected
→ ValueListenable<
List< SeatUserInfo> > -
List of anchors currently connected with the current live room. {@link $SeatUserInfo$}
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invitees
→ ValueListenable<
List< SeatUserInfo> > -
List of anchors to whom requests have been sent to other live rooms. {@link $SeatUserInfo$}
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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