public interface AudioDeviceChangeListener
DefaultVantageAudioDeviceHandler to
be notified of potential audio device changes.| Modifier and Type | Method and Description |
|---|---|
void |
onAudioDeviceChanged(com.avaya.clientservices.media.AudioDevice activeAudioDevice,
boolean unmuted)
Called whenever the currently active audio device may have changed.
|
void |
onAudioDeviceListChanged(java.util.Collection<com.avaya.clientservices.media.AudioDevice> audioDevices)
Called whenever the collection of available audio devices may have
changed.
|
void onAudioDeviceChanged(@NonNull
com.avaya.clientservices.media.AudioDevice activeAudioDevice,
boolean unmuted)
activeAudioDevice - The newly active audio device.unmuted - true if the audio was unmuted as a result of the change.void onAudioDeviceListChanged(@NonNull
java.util.Collection<com.avaya.clientservices.media.AudioDevice> audioDevices)
audioDevices - The available audio devices.