You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, a huge thank you to the LiveKit team for the great work. It's clear that LiveKit is getting better and better with each new version.
Describe the bug
I join to the conference with external microphone selected as active. Plug out and plug microphone back. The active device in the user interface and the microphone that is actually active are not the same.
What I am expecting
External Microphone is selected in the interface and transmits audio to the conference
What happened instead
External Microphone is selected in MediaDeviceSelect component, but in fact the sound is transmitted from the laptop built-in microphone
Reproduction
Select the external microphone on PreJoin page
Connect to the conference
Plug out the external microphone. Internal microphone starts working, other participants can hear me. No devices selected in MediaDeviceSelect component
Plug in the same external microphone. External microphone appeared in MediaDeviceSelect and selected, but participants still hear me from my internal microphone
Logs
No response
System Info
macOS 14.4.1
Chrome 128.0.6613.85
Reproduced on https://meet.livekit.io/
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Thanks for the report!
I transferred the issue to the components repo as the issue's describing an inconsistency in the MediaDeviceSelect component
The issue is likely related to livekit/client-sdk-js#1220.
Generally when devices change the SDK emits a ActiveDeviceChanged event.
In some cases this seems to not have worked reliably. livekit/client-sdk-js#1237 aims to fix that.
First of all, a huge thank you to the LiveKit team for the great work. It's clear that LiveKit is getting better and better with each new version.
Describe the bug
I join to the conference with external microphone selected as active. Plug out and plug microphone back. The active device in the user interface and the microphone that is actually active are not the same.
What I am expecting
External Microphone is selected in the interface and transmits audio to the conference
What happened instead
External Microphone is selected in MediaDeviceSelect component, but in fact the sound is transmitted from the laptop built-in microphone
Reproduction
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: