CallInfo constructor
CallInfo({
- required String callId,
- required String currentAccId,
- UserInfo? callerInfo,
- UserInfo? calleeInfo,
- required CallType callType,
- SignalInfo? signalInfo,
- RtcInfo? rtcInfo,
- required CallEngineStatus callStatus,
Implementation
CallInfo({
required this.callId,
required this.currentAccId,
this.callerInfo,
this.calleeInfo,
required this.callType,
this.signalInfo,
this.rtcInfo,
required this.callStatus,
});