CallHLSBroadcastingStoppedEvent constructor

CallHLSBroadcastingStoppedEvent({
  1. required String callCid,
  2. required DateTime createdAt,
  3. String type = 'call.hls_broadcasting_stopped',
})

Returns a new CallHLSBroadcastingStoppedEvent instance.

Implementation

CallHLSBroadcastingStoppedEvent({
  required this.callCid,
  required this.createdAt,
  this.type = 'call.hls_broadcasting_stopped',
});