NIMSignallingEvent constructor
NIMSignallingEvent({ - required NIMSignallingEventType eventType,
- required NIMSignallingChannelInfo? channelInfo,
- required String operatorAccountId,
- String? serverExtension,
- required int time,
- String? inviteeAccountId,
- String? inviterAccountId,
- String? requestId,
- NIMSignallingPushConfig? pushConfig,
- bool? unreadEnabled,
- NIMSignallingMember? member,
})
Implementation
NIMSignallingEvent({
required this.eventType,
required this.channelInfo,
required this.operatorAccountId,
this.serverExtension,
required this.time,
this.inviteeAccountId,
this.inviterAccountId,
this.requestId,
this.pushConfig,
this.unreadEnabled,
this.member,
});