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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1120,7 +1120,7 @@ export class CallingClass {
if (settings.selectedSpeaker) {
window.log.info(
'MediaDevice: selecting speaker',
settings.selectedMicrophone
settings.selectedSpeaker
);
RingRTC.setAudioOutput(settings.selectedSpeaker.index);
}