NIMSignallingJoinParams class

加入信令房间请求参数

Annotations

Constructors

NIMSignallingJoinParams({required String channelId, String? serverExtension, NIMSignallingConfig? signallingConfig, NIMSignallingRtcConfig? rtcConfig})
NIMSignallingJoinParams.fromJson(Map<String, dynamic> map)
factory

Properties

channelId String
信令频道ID,唯一标识了该频道房间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rtcConfig NIMSignallingRtcConfig?
音视频相关参数配置
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