disconnect method

  1. @override
Future<TUIActionCallback> disconnect()
override

Exit the connection.

Calling this interface will exit the room connection state, and can only be called in the connected state.

Implementation

@override
Future<TUIActionCallback> disconnect() {
  return RoomEngineNative.disconnect();
}