EgressRTMPResponse constructor
EgressRTMPResponse({})
Returns a new EgressRTMPResponse instance.
Implementation
EgressRTMPResponse({
required this.name,
required this.startedAt,
this.streamKey,
this.streamUrl,
});