CallIngressResponse constructor
CallIngressResponse({
- required RTMPIngress rtmp,
- required SRTIngress srt,
- required WHIPIngress whip,
Returns a new CallIngressResponse instance.
Implementation
CallIngressResponse({
required this.rtmp,
required this.srt,
required this.whip,
});