CallIngressResponse constructor

CallIngressResponse({
  1. required RTMPIngress rtmp,
  2. required SRTIngress srt,
  3. required WHIPIngress whip,
})

Returns a new CallIngressResponse instance.

Implementation

CallIngressResponse({
  required this.rtmp,
  required this.srt,
  required this.whip,
});