onAudioDevicesUpdated

abstract fun onAudioDevicesUpdated(audioDevices: List<AudioDevice>, selectedDevice: AudioDevice?)

Invoked when the list of available audio devices changes or the active device changes.

Parameters

audioDevices

All currently available audio devices.

selectedDevice

The currently active device, or null if none is selected.