NERecordConfig constructor

NERecordConfig({
  1. required String accId,
  2. required NECallType callType,
  3. required NIMCallStatus callState,
})

Implementation

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