RecordConfig constructor
RecordConfig({
- required String accId,
- required CallType callType,
- required NIMRtcCallStatus callState,
Implementation
RecordConfig({
required this.accId,
required this.callType,
required this.callState,
});