/lib/live.hms.video.audio/HMSAudioManager/AudioDevice
AudioDevice
[androidJvm]\ enum AudioDevice
AudioDevice is the names of possible audio devices that we currently support.
Entries
SPEAKER_PHONE | [androidJvm] SPEAKER_PHONE |
WIRED_HEADSET | [androidJvm] WIRED_HEADSET |
EARPIECE | [androidJvm] EARPIECE |
BLUETOOTH | [androidJvm] BLUETOOTH |
NONE | [androidJvm] NONE |
Functions
Name | Summary |
---|---|
valueOf | [androidJvm] open fun valueOf(name: String): HMSAudioManager.AudioDevice |
values | [androidJvm] open fun values(): Array<HMSAudioManager.AudioDevice> |