TUILiveConnectionManager class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptConnection(String roomId) Future<TUIActionCallback>
Accept the connection invitation
addObserver(TUILiveConnectionObserver observer) → void
Add event callback.
cancelConnectionRequest(List<String> roomIdList) Future<TUIActionCallback>
Cancel request about connection invitation
disconnect() Future<TUIActionCallback>
Exit the connection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rejectConnection(String roomId) Future<TUIActionCallback>
Reject the connection invitation
removeObserver(TUILiveConnectionObserver observer) → void
Remove event callback.
requestConnection(List<String> roomIdList, int timeout, String extensionInfo) Future<TUIValueCallBack<TUIConnectionRequestResult>>
Request connection invitation
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited