CallParam constructor
CallParam({})
Implementation
CallParam({
required this.accId,
this.extraInfo,
this.rtcChannelName,
this.globalExtraCopy,
required this.callType,
this.pushConfig,
});
CallParam({
required this.accId,
this.extraInfo,
this.rtcChannelName,
this.globalExtraCopy,
required this.callType,
this.pushConfig,
});