Enumeration HMSIOSAudioMode

Enum for specifying the audio mode in an iOS environment within a 100ms (HMS) application.

This enumeration provides options to configure the audio mode for an iOS application using the 100ms (HMS) SDK. It allows for the selection between voice and music modes, catering to different use cases such as prioritizing voice clarity or enhancing music quality during a session.

Enumeration Members

Enumeration Members

MUSIC: "music"

Configures the audio session for music playback. This mode enhances music fidelity, making it suitable for streams or recordings that prioritize music quality.

VOICE: "voice"

Configures the audio session for optimized voice communication. This mode enhances voice clarity, making it suitable for calls or conferences.

Generated using TypeDoc