Fix logging when updating audio output device
This commit is contained in:
@@ -1120,7 +1120,7 @@ export class CallingClass {
|
|||||||
if (settings.selectedSpeaker) {
|
if (settings.selectedSpeaker) {
|
||||||
window.log.info(
|
window.log.info(
|
||||||
'MediaDevice: selecting speaker',
|
'MediaDevice: selecting speaker',
|
||||||
settings.selectedMicrophone
|
settings.selectedSpeaker
|
||||||
);
|
);
|
||||||
RingRTC.setAudioOutput(settings.selectedSpeaker.index);
|
RingRTC.setAudioOutput(settings.selectedSpeaker.index);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user