ChatCallKitCall constructor
ChatCallKitCall({})
Implementation
ChatCallKitCall({
required this.callId,
required this.callType,
required this.isCaller,
required this.channel,
this.remoteUserAccount,
Map<int, String>? allUserAccounts,
this.remoteCallDevId,
this.agoraUid,
this.ext,
}) : allUserAccounts = allUserAccounts ?? {};