RecordConfig constructor

RecordConfig({
  1. required String accId,
  2. required CallType callType,
  3. required NIMRtcCallStatus callState,
})

Implementation

RecordConfig({
  required this.accId,
  required this.callType,
  required this.callState,
});