CallLiveStartedEvent constructor
CallLiveStartedEvent({
- required CallResponse call,
- required String callCid,
- required DateTime createdAt,
- String type = 'call.live_started',
Returns a new CallLiveStartedEvent instance.
Implementation
CallLiveStartedEvent({
required this.call,
required this.callCid,
required this.createdAt,
this.type = 'call.live_started',
});