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