NECallParam constructor
NECallParam({
- required String accId,
- String? extraInfo,
- String? rtcChannelName,
- String? globalExtraCopy,
- required NECallType callType,
- NECallPushConfig? pushConfig,
Implementation
NECallParam({
required this.accId,
this.extraInfo,
this.rtcChannelName,
this.globalExtraCopy,
required this.callType,
this.pushConfig,
});