ZIMCallCancelSentResult constructor

ZIMCallCancelSentResult({
  1. required String callID,
  2. required List<String> errorInvitees,
})

Implementation

ZIMCallCancelSentResult({required this.callID, required this.errorInvitees});