Hi,
pulsectl.Pulse(‘MyClient’).sink_list() is different from jami_daemon.getAudioInputDeviceList()
same with source_list and Output
jami-daemon’s list has a ‘default’ item as first one.
I suppose the getCurrentAudioDevicesIndex() tuple means (output_index, input_index, ringtone_index)? (it is not described in the D-Bus XML file)
How to know to which device the jami ‘default’ is referring to? (that is when current_index == 0)
This is to be able to drive sound volume on the expected device…