Fix logging when updating audio output device

This commit is contained in:
Evan Hahn
2020-12-04 13:10:33 -06:00
committed by GitHub
parent 6b2e955a82
commit 6af78be51a

View File

@@ -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);
} }