NIMSignallingCallParams class
直接呼叫请求参数
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- NIMSignallingCallParams({required String calleeAccountId, required String requestId, required NIMSignallingChannelType channelType, String? channelName, String? channelExtension, String? serverExtension, NIMSignallingConfig? signallingConfig, NIMSignallingPushConfig? pushConfig, NIMSignallingRtcConfig? rtcConfig})
-
NIMSignallingCallParams.fromJson(Map<
String, dynamic> map) -
factory
Properties
- calleeAccountId ↔ String
-
被呼叫者账号ID,参数为空,或者为空串,返回参数错误
getter/setter pair
- channelExtension ↔ String?
-
频道相关扩展字段,跟频道绑定,json格式,长度限制4096
getter/setter pair
- channelName ↔ String?
-
频道名称,建议使用与业务有相关场景的名称,便于页面显示
getter/setter pair
- channelType ↔ NIMSignallingChannelType
-
频道类型,房间创建后跟频道类型绑定,必须为枚举类型之一,否则返回参数错误
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushConfig ↔ NIMSignallingPushConfig?
-
推送相关配置
getter/setter pair
- requestId ↔ String
-
请求ID,可以用UUID实现,主要为了便于业务实现请求响应绑定,参数为空,或者为空串,返回参数错误
getter/setter pair
- rtcConfig ↔ NIMSignallingRtcConfig?
-
音视频相关参数配置
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverExtension ↔ String?
-
服务器扩展字段,json格式,长度限制4096
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