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