WSCallEvent constructor
WSCallEvent({
- required String callCid,
- required DateTime createdAt,
- required String digit,
- required int durationMs,
- required int seqNumber,
- required DateTime timestamp,
- String type = 'ingress.stopped',
- required UserResponse user,
- String? code,
- required String error,
- required String ingressStreamId,
- required String userId,
- String? clientIp,
- String? clientName,
- required String publisherType,
- String? version,
Returns a new WSCallEvent instance.
Implementation
WSCallEvent({
required this.callCid,
required this.createdAt,
required this.digit,
required this.durationMs,
required this.seqNumber,
required this.timestamp,
this.type = 'ingress.stopped',
required this.user,
this.code,
required this.error,
required this.ingressStreamId,
required this.userId,
this.clientIp,
this.clientName,
required this.publisherType,
this.version,
});