-
Notifications
You must be signed in to change notification settings - Fork 733
Bluetooth connectivity issue #671
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
Comments
Hey @lpuvishal, thanks for reaching out! I tried to reproduce your issue by following the steps that you listed above, and was unable to do so. When I disconnected my bluetooth headphones, and connected to my macbook's built-in speaker, the second participant was able to hear me. They were also able to hear me when I reconnected my bluetooth headphones. While I was investigating your issue, I remembered that this was indeed a bug a little while ago, and we were able to solve it here. I see that you mentioned that you are using the latest version of the App which should include the code needed to prevent this issue from happening. Can you please confirm that your code includes this I also see that you mentioned that you are using SDK version If you're still having this issue, we will need some more information to help with debugging. Would you mind providing us with the specific OS and Browsers you've run into this issue with? This will help us with reproducing the steps you provided, and with understanding if the issue is OS and/or browser specific, or a problem with the app or SDK. Thank you! |
@olipyskoty Thank you so much for the help. I am using twilio npm package. we are not using useRestartAudioTrackOnDeviceChange this method in our code base can you please help me how to use this method ?thanks. We are using twilio library directly in our code base not a sdk. "twilio-video": "2.12.0", |
Hi @lpuvishal! Since you're not using the That being said, I can give you some pointers on how the custom hook is handling this which can hopefully help you fix the issue! You will need to re-aquire a
The Hopefully that is enough to unblock you, but please let us know if you have any other questions! |
Hi @olipyskoty I have fixed this issue. Thank you for your help. |
Describe the bug
Disconnect Bluetooth does not works.
To Reproduce
Steps to reproduce the behavior:
P1 => local participant
P2 => Remote participant
Expected behavior
Point number 7 and 8 should work ideally P2 should able to hear P1 voice
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: