NIMSignallingInviteParams class

邀请成员加入信令房间请求参数

Annotations

Constructors

NIMSignallingInviteParams({required String channelId, required String inviteeAccountId, required String requestId, String? serverExtension, NIMSignallingConfig? signallingConfig, NIMSignallingPushConfig? pushConfig})
NIMSignallingInviteParams.fromJson(Map<String, dynamic> map)
factory

Properties

channelId String
信令频道ID,唯一标识了该频道房间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteeAccountId String
被邀请者账号ID
getter/setter pair
pushConfig NIMSignallingPushConfig?
推送相关配置
getter/setter pair
requestId String
请求ID,可以用UUID实现,主要为了便于业务实现请求响应绑定
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverExtension String?
服务器扩展字段,长度限制4096,json格式
getter/setter pair
signallingConfig NIMSignallingConfig?
信令相关配置
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