NIMSignallingMember class

信令频道成员信息

Annotations

Constructors

NIMSignallingMember({required String accountId, required int uid, int? joinTime, int? expireTime, required String deviceId})
NIMSignallingMember.fromJson(Map<String, dynamic> map)
factory

Properties

accountId String
获取成员账号ID
getter/setter pair
deviceId String
获取成员操作的设备ID
getter/setter pair
expireTime int?
获取用户信令频道房间过期时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
joinTime int?
获取用户加入信令频道房间时间
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid int
获取成员UID
getter/setter pair

Methods

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

Operators

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