Optional
isOptional
settings?: HMSAudioTrackSettingsOptional
source?: HMSTrackSourceOptional
trackOptional
type?: HMSTrackTypeA secondary identifier for the track.
Optional
muteIndicates whether the track is currently muted.
Optional
settingsOptional
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 an audio track within the HMS (100ms) system.
This class extends
HMSTrack
to provide functionalities specific to audio tracks. It includes a constructor that allows for the initialization of the audio track with various parameters such as track ID, source, description, mute state, ID, and type. These parameters provide detailed information about the audio track and its characteristics.