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