NEInviteInfo constructor

NEInviteInfo({
  1. required String callerAccId,
  2. required NECallType callType,
  3. String? callId,
  4. String? extraInfo,
  5. String? channelId,
})

Implementation

NEInviteInfo({
  required this.callerAccId,
  required this.callType,
  this.callId,
  this.extraInfo,
  this.channelId,
});