CoHostManager class
- Available extensions
Constructors
Properties
- coHostListener ↔ CoHostListener?
-
getter/setter pair
- coHostState ↔ LSCoHostState
-
getter/setter pair
- context ↔ Context
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCoHostConnecting → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ LiveStreamService
-
latefinal
Methods
-
dispose(
) → void -
fetchRecommendedList(
{String cursor = ''}) → Future< void> -
init(
Context context) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onConnectionRequestAccept(
SeatUserInfo invitee) → void -
Available on CoHostManager, provided by the CoHostManagerCallback extension
-
onConnectionRequestReject(
SeatUserInfo invitee) → void -
Available on CoHostManager, provided by the CoHostManagerCallback extension
-
onConnectionRequestTimeout(
SeatUserInfo inviter, SeatUserInfo invitee) → void -
Available on CoHostManager, provided by the CoHostManagerCallback extension
-
onConnectionUserListChanged(
) → void -
Available on CoHostManager, provided by the CoHostManagerCallback extension
-
onRequestConnection(
TUIConnectionUser user) → void -
Available on CoHostManager, provided by the CoHostManagerCallback extension
-
onRequestConnectionFailed(
String roomId) → void -
Available on CoHostManager, provided by the CoHostManagerCallback extension
-
setCoHostLayoutTemplateId(
) → void -
setLayoutTemplateId(
int id) → void -
setLiveID(
String liveID) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited