Optional isOptional source?: HMSTrackSourceOptional trackOptional type?: HMSTrackTypeA secondary identifier for the track.
Optional muteIndicates whether the track is currently muted.
Optional sourceThe source of the track, indicating whether it's from a plugin, regular input, or screen sharing.
Optional trackA brief description of the track.
The unique identifier for the track.
Optional typeThe type of the track, distinguishing between audio and video.
Generated using TypeDoc
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.