NIMSignallingCancelInviteParams constructor
Implementation
NIMSignallingCancelInviteParams({
required this.channelId,
required this.inviteeAccountId,
required this.requestId,
this.serverExtension,
this.offlineEnabled = true,
});
NIMSignallingCancelInviteParams({
required this.channelId,
required this.inviteeAccountId,
required this.requestId,
this.serverExtension,
this.offlineEnabled = true,
});