CallUpdatedEvent constructor
CallUpdatedEvent({})
Returns a new CallUpdatedEvent instance.
Implementation
CallUpdatedEvent({
required this.call,
required this.callCid,
this.capabilitiesByRole = const {},
required this.createdAt,
this.type = 'call.updated',
});