-
Notifications
You must be signed in to change notification settings - Fork 639
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
React Native SDK audio does not work with Bluetooth device #6146
Comments
Hi I worked on this issue and thought it should be done inside the SDK. What you can do is we already use In Call Manager inside the sample apps. -> Detect device changes using Device Event Emitter with subscribing 'onAudioDeviceChanged' event. |
We checked the event 'onAudioDeviceChanged' listener but this is not giving us any callback when we attached the headset with our phone . Please suggest if there is any solution regarding this issue |
Could you please provide any updates on this? We're stuck and eager for a resolution. Thank you! |
Hi @yashtandon113, Let's synch about this issue in one of the daily-standup. Cheers |
Hi React Native SDK is focused on using the WebRTC library to make it work on top of the Ant Media Server's WebRTC stack. We are just using the in-call manager library for checking and managing audio devices. When I checked the issues on the original repository, I saw that it's a known issue that Bluetooth devices are not working properly right now. You can check the following issue to check the status. react-native-webrtc/react-native-incall-manager#237 |
Hi @accesssolid , Let us know if it makes sense or you have any question Regards |
I am closing this because of inactivity. |
We are currently utilizing the Ant Media React Native SDK for publishing, streaming, and conducting conference calls within our application. However, we have encountered an issue where users are experiencing difficulties with audio when using Bluetooth devices.
Specifically, when users attempt to utilize Bluetooth for audio input and output during conference calls, the audio functionality does not function as expected. We have investigated potential causes internally, but we have not been able to resolve the issue thus far.
The text was updated successfully, but these errors were encountered: