Package org.openapitools.client.models
Class CallIngressResponse
-
- All Implemented Interfaces:
public final class CallIngressResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final RTMPIngressrtmp
-
Constructor Summary
Constructors Constructor Description CallIngressResponse(RTMPIngress rtmp)
-
Method Summary
Modifier and Type Method Description final RTMPIngressgetRtmp()-
-
Constructor Detail
-
CallIngressResponse
CallIngressResponse(RTMPIngress rtmp)
-
-
Method Detail
-
getRtmp
final RTMPIngress getRtmp()
-
-
-
-