EgressResponse constructor
EgressResponse({
- required bool broadcasting,
- EgressHLSResponse? hls,
- List<
EgressRTMPResponse> rtmps = const [],
Returns a new EgressResponse instance.
Implementation
EgressResponse({
required this.broadcasting,
this.hls,
this.rtmps = const [],
});