disconnect method
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();
}