-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification sounds ignore output device settings #12783
Comments
You are welcome to work on a fix, we don't "assign" issues per se here. |
Could not reproduce it. All sounds ( Voice / Polls created ) came through the connected Bluetooth headset. Version 1.47.186 Chromium: 109.0.5414.119 (Official Build) (x86_64) Am I missing something ? Has this already been fixed ? |
I think the problem is reproducible if you change the device inside Jitsi but leave the default to be a different one. |
change your output from headphones to speakers and then it will be reproducible. |
@saghul I have gone through the docs and set up everything on my computer. I am not sure where I should begin in order to resolve this issue. Could you please help me out? I am struggling to find the find the folder where code for this is written. Thank you |
Hi, I am currently trying to fix this issue. |
@Bhavya-Desai Hi, Are you still working on it? Otherwise I would like to work on this issue. Thank you. |
AFAIK nobody is working on this issue. |
Does anyone working on this issue |
I can only hear the sounds from the reactions if I select the output device as the speaker of my laptop no matter what I try the reaction sounds are not coming from my bluetooth earphones. I have tried using two different bluetooth earphones but the result has been the same. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This has been fixed already and it's applied in master. |
Description:
Changing the output device in Jitsi settings affects only call audio instead of all sounds emitted by Jitsi.
This seems counter-intuitive, especially when embedding Jitsi via IFrame API and controlling device selection externally.
Steps to reproduce:
Expected behavior:
All sounds are played via selected output device.
Actual behavior:
Only the sound test tone and actual call audio is played through the selected device. Other UI sounds are played through the default output device.
Server information:
Reproducible on https://meet.jit.si/
Client information:
I'm using Chromium 108 on Debian sid, but, looking at the source code, this is not implemented and not a browser issue.
The text was updated successfully, but these errors were encountered: