Enumeration HMSTrackSource

Enum for HMS Track Source types.

Defines the source of an HMS track, indicating whether the track originates from a plugin, is a regular track, or is a screen-sharing track.

Enumeration Members

Enumeration Members

PLUGIN: "plugin"

Represents a track sourced from a plugin.

REGULAR: "regular"

Represents a regular track, typically from a user's camera or microphone.

SCREEN: "screen"

Represents a track that shares the screen.

Generated using TypeDoc