ZegoUIKitRoomState class

Constructors

ZegoUIKitRoomState(ZegoRoomStateChangedReason reason, int errorCode, Map<String, dynamic> extendedData)

Properties

errorCode int
Error code, please refer to the error codes document https://doc-en.zego.im/en/5548.html for details.
getter/setter pair
extendedData Map<String, dynamic>
Extended Information with state updates. When the room login is successful, the key "room_session_id" can be used to obtain the unique RoomSessionID of each audio and video communication, which identifies the continuous communication from the first user in the room to the end of the audio and video communication. It can be used in scenarios such as call quality scoring and call problem diagnosis.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reason ZegoRoomStateChangedReason
Room state change reason.
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.
override

Operators

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