CallHLSBroadcastingStartedEvent constructor
CallHLSBroadcastingStartedEvent({})
Returns a new CallHLSBroadcastingStartedEvent instance.
Implementation
CallHLSBroadcastingStartedEvent({
required this.callCid,
required this.createdAt,
required this.hlsPlaylistUrl,
this.type = 'call.hls_broadcasting_started',
});