Fix logging when updating audio output device
This commit is contained in:
parent
6b2e955a82
commit
6af78be51a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue