NIMSignallingChannelInfo class

信令频道信息

Annotations

Constructors

NIMSignallingChannelInfo({String? channelName, required String channelId, required NIMSignallingChannelType channelType, String? channelExtension, int? createTime, int? expireTime, required String creatorAccountId})
NIMSignallingChannelInfo.fromJson(Map<String, dynamic> map)
factory

Properties

channelExtension String?
获取频道相关扩展字段
getter/setter pair
channelId String
获取信令频道ID
getter/setter pair
channelName String?
获取信令频道名称
getter/setter pair
channelType NIMSignallingChannelType
获取频道类型
getter/setter pair
createTime int?
获取频道房间创建时间
getter/setter pair
creatorAccountId String
获取创建者账号ID
getter/setter pair
expireTime int?
获取频道房间过期时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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