ZIMCallInvitationSentResult constructor

ZIMCallInvitationSentResult({
  1. required String callID,
  2. required ZIMCallInvitationSentInfo info,
})

Implementation

ZIMCallInvitationSentResult({required this.callID, required this.info});