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