EgressResponse constructor
const
EgressResponse({
- required bool broadcasting,
- FrameRecordingResponse? frameRecording,
- EgressHLSResponse? hls,
- required List<
EgressRTMPResponse> rtmps,
Implementation
const EgressResponse({
required this.broadcasting,
this.frameRecording,
this.hls,
required this.rtmps,
});