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