NIMSignallingCallSetupParams class

呼叫建立请求参数

Annotations

Constructors

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

Properties

callerAccountId String
接受的呼叫者账号ID
getter/setter pair
channelId String
信令频道ID,唯一标识了该频道房间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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