IngressStoppedEvent constructor
IngressStoppedEvent({})
Returns a new IngressStoppedEvent instance.
Implementation
IngressStoppedEvent({
required this.callCid,
required this.createdAt,
required this.ingressStreamId,
this.type = 'ingress.stopped',
required this.userId,
});