Interface describing Endpoint.

Hierarchy

  • Endpoint

Properties

Properties

id: string

Endpoint's id. It is assigned by user in custom logic that use backend API.

metadata: any

Any information that was provided in connect.

tracks: Map<string, TrackContextImpl>

List of tracks that are sent by the endpoint.

type: string

Type of the endpoint, e.g. "webrtc", "hls" or "rtsp".

Generated using TypeDoc