NEInviteInfo constructor
NEInviteInfo({
- required String callerAccId,
- required NECallType callType,
- String? callId,
- String? extraInfo,
- String? channelId,
Implementation
NEInviteInfo({
required this.callerAccId,
required this.callType,
this.callId,
this.extraInfo,
this.channelId,
});