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