ChannelCommonEvent constructor Null safety
- SignallingEvent signallingEvent,
- {String? requestId,
- String? toAccountId,
- InviteAckStatus? ackStatus,
- SignallingPushConfig? pushConfig,
- MemberInfo? joinMember}
Implementation
ChannelCommonEvent(this.signallingEvent,
{this.requestId,
this.toAccountId,
this.ackStatus,
this.pushConfig,
this.joinMember});