NIMSignallingCallParams constructor
- required String calleeAccountId,
- required String requestId,
- required NIMSignallingChannelType channelType,
- String? channelName,
- String? channelExtension,
- String? serverExtension,
- NIMSignallingConfig? signallingConfig,
- NIMSignallingPushConfig? pushConfig,
- NIMSignallingRtcConfig? rtcConfig,
Implementation
NIMSignallingCallParams({
required this.calleeAccountId,
required this.requestId,
required this.channelType,
this.channelName,
this.channelExtension,
this.serverExtension,
this.signallingConfig,
this.pushConfig,
this.rtcConfig,
});