NECallInfo constructor
NECallInfo({
- required String callId,
- required String currentAccId,
- NEUserInfo? callerInfo,
- NEUserInfo? calleeInfo,
- required NECallType callType,
- NESignalInfo? signalInfo,
- NERtcInfo? rtcInfo,
- required NECallEngineStatus callStatus,
Implementation
NECallInfo({
required this.callId,
required this.currentAccId,
this.callerInfo,
this.calleeInfo,
required this.callType,
this.signalInfo,
this.rtcInfo,
required this.callStatus,
});