Enumeration HMSTrackSettingsInitState

Enum for the initial state of tracks in a 100ms (HMS) application.

This enumeration defines the initial mute state for tracks (audio or video) in a 100ms (HMS) application. It allows developers to specify whether a track should start in a muted or unmuted state, providing control over the user's media state upon joining a Room.

Enumeration Members

Enumeration Members

MUTED: "MUTED"

Represents the state where the track is initially muted.

UNMUTED: "UNMUTED"

Represents the state where the track is initially unmuted.

Generated using TypeDoc