CallIngressResponse constructor

CallIngressResponse({
  1. required RTMPIngress rtmp,
})

Returns a new CallIngressResponse instance.

Implementation

CallIngressResponse({
  required this.rtmp,
});