NERecordConfig constructor
NERecordConfig({
- required String accId,
- required NECallType callType,
- required NIMCallStatus callState,
Implementation
NERecordConfig({
required this.accId,
required this.callType,
required this.callState,
});