Enumeration HMSAudioDevice

Enum for HMSAudioDevice types.

This enum represents the different types of audio devices that can be used in the context of the HMS SDK. It provides a way to specify the preferred audio output device for audio playback.

Enumeration Members

AUTOMATIC: "AUTOMATIC"

Automatically select the best audio output device based on the current state.

BLUETOOTH: "BLUETOOTH"

Use a Bluetooth device for audio output, if connected.

EARPIECE: "EARPIECE"

Use the earpiece for audio output.

SPEAKER_PHONE: "SPEAKER_PHONE"

Use the speakerphone for audio output.

WIRED_HEADSET: "WIRED_HEADSET"

Use a wired headset for audio output, if connected.

Generated using TypeDoc