Represents a generic track within the HMS (100ms) system.

This class serves as a base for different types of tracks (audio, video, etc.) within the HMS system. It encapsulates common properties and functionalities that are shared across different track types.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

id: string

A secondary identifier for the track.

mute?: boolean

Indicates whether the track is currently muted.

The source of the track, indicating whether it's from a plugin, regular input, or screen sharing.

trackDescription?: string

A brief description of the track.

trackId: string

The unique identifier for the track.

The type of the track, distinguishing between audio and video.

Methods

Generated using TypeDoc