CoHostManager class
- Available extensions
Constructors
Properties
- 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(TUIConnectionUser invitee) → void 
- 
      Available on CoHostManager, provided by the CoHostManagerCallback extension 
- 
  onConnectionRequestReceived(TUIConnectionUser inviter) → void 
- 
      Available on CoHostManager, provided by the CoHostManagerCallback extension 
- 
  onConnectionRequestReject(TUIConnectionUser invitee) → void 
- 
      Available on CoHostManager, provided by the CoHostManagerCallback extension 
- 
  onConnectionRequestTimeout(TUIConnectionUser inviter, TUIConnectionUser invitee) → void 
- 
      Available on CoHostManager, provided by the CoHostManagerCallback extension 
- 
  onConnectionUserListChanged(List< TUIConnectionUser> connectedUserList) → void
- 
      Available on CoHostManager, provided by the CoHostManagerCallback extension 
- 
  onCrossRoomConnectionTerminated() → 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 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited