EgressResponse constructor

const EgressResponse({
  1. required bool broadcasting,
  2. FrameRecordingResponse? frameRecording,
  3. EgressHLSResponse? hls,
  4. required List<EgressRTMPResponse> rtmps,
})

Implementation

const EgressResponse({
  required this.broadcasting,
  this.frameRecording,
  this.hls,
  required this.rtmps,
});