TRTCUser class

Information about the TRTC user, mainly containing the user ID and the room number of the user.

Constructors

TRTCUser()

Properties

hashCode int
The hash code for this object.
no setterinherited
intRoomId int
Numeric room ID.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strRoomId String
Description: String-type room ID. The room ID must be of the same type as that in TRTCParams.
getter/setter pair
userId String
User ID
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert the current object to JSON.
toString() String
A string representation of this object.
inherited

Operators

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