Optional
isOptional
isOptional
playbackOptional
source?: HMSTrackSourceOptional
trackOptional
type?: HMSTrackTypeA secondary identifier for the track.
Optional
isIndicates whether the video quality of the track is degraded.
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 video track within the HMS (100ms) system.
This class extends
HMSTrack
to provide functionalities specific to video tracks. It includes additional propertyisDegraded
to indicate whether the video quality has been intentionally reduced, typically for performance reasons. The constructor allows for the initialization of the video track with various parameters such as track ID, source, description, mute state, degradation state, ID, and type. These parameters provide detailed information about the video track and its characteristics.See
https://www.100ms.live/docs/react-native/v2/how-to-guides/set-up-video-conferencing/render-video/overview