IPolyAudioListener

interface IPolyAudioListener

Listener to get callbacks about Audio changes

See also

Functions

Link copied to clipboard
abstract fun onMicrophoneListChanged(microphones: List<Microphone>)
Called when the properties of a Microphone or the java.util.List of microphones is modified
Link copied to clipboard
abstract fun onMicrophoneNotReady()
Called when the microphone is not ready, or disconnected
Link copied to clipboard
abstract fun onMicrophoneReady()
Called when the microphone is ready after reboot
Link copied to clipboard
abstract fun onMuteChanged(mute: Boolean)
Called when the microphone mute changes
Link copied to clipboard
abstract fun onSpeakerListChanged(speakers: List<Speaker>)
Called when the properties of a Speaker or the java.util.List of speakers is modified
Link copied to clipboard
abstract fun onVolumeChanged(volume: Int)
Called when the output volume level changes.