TUILiveConnectionManagerImpl class
- Inheritance
-
- Object
- TUILiveConnectionManager
- TUILiveConnectionManagerImpl
Constructors
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
override
-
addObserver(
TUILiveConnectionObserver observer) → void -
Add event callback.
override
-
cancelConnectionRequest(
List< String> roomIdList) → Future<TUIActionCallback> -
Cancel request about connection invitation
override
-
disconnect(
) → Future< TUIActionCallback> -
Exit the connection.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rejectConnection(
String roomId) → Future< TUIActionCallback> -
Reject the connection invitation
override
-
removeObserver(
TUILiveConnectionObserver observer) → void -
Remove event callback.
override
-
requestConnection(
List< String> roomIdList, int timeout, String extensionInfo) → Future<TUIValueCallBack< TUIConnectionRequestResult> > -
Request connection invitation
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited