EgressResponse constructor
EgressResponse({
- required bool broadcasting,
- CompositeRecordingResponse? compositeRecording,
- FrameRecordingResponse? frameRecording,
- EgressHLSResponse? hls,
- IndividualRecordingResponse? individualRecording,
- RawRecordingResponse? rawRecording,
- List<
EgressRTMPResponse> rtmps = const [],
Returns a new EgressResponse instance.
Implementation
EgressResponse({
required this.broadcasting,
this.compositeRecording,
this.frameRecording,
this.hls,
this.individualRecording,
this.rawRecording,
this.rtmps = const [],
});