IngressStartedEvent constructor
IngressStartedEvent({})
Returns a new IngressStartedEvent instance.
Implementation
IngressStartedEvent({
required this.callCid,
this.clientIp,
this.clientName,
required this.createdAt,
required this.ingressStreamId,
required this.publisherType,
this.type = 'ingress.started',
required this.userId,
this.version,
});