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