ZIMRoomEnteredResult class

Callback of the result of entering the room.

Available since: 2.1.0 or above.

Description: The callback of the result of entering the room.

Related APIs: Join the room through enterRoom, and the result of joining will be notified through this callback.

roomInfo Details of the room joined. If the join fails, the roomID parameter in roomInfo will be an empty string.

Constructors

ZIMRoomEnteredResult({required ZIMRoomFullInfo roomInfo})

Properties

hashCode int
The hash code for this object.
no setterinherited
roomInfo ZIMRoomFullInfo
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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