Interface Endpoint

All Superinterfaces:
KurentoObject, MediaElement, MediaObject
All Known Subinterfaces:
BaseRtpEndpoint, HttpEndpoint, HttpPostEndpoint, PlayerEndpoint, RecorderEndpoint, RtpEndpoint, SdpEndpoint, SessionEndpoint, UriEndpoint, WebRtcEndpoint

public interface Endpoint extends MediaElement
Base interface for all end points.

An Endpoint is a MediaElement that allows Kurento to exchange media contents with external systems, supporting different transport protocols and mechanisms, such as RTP, WebRTC, HTTP(s), file:// URLs, etc.

An Endpoint may contain both sources and sinks for different media types, to provide bidirectional communication.