-
Notifications
You must be signed in to change notification settings - Fork 24
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
when the Bluetooth device disconnecting audioDeviceDidChangeWithFreshAudioDeviceList not triggering (only in IOS) #159
Comments
Hi @ashirkhanpm , |
I can able to reproduce this issue with the RN demo, but it happens sometimes only. steps to reproduce:
then added
|
Hi @ethanjanadrake |
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. |
hi, |
Hi @ashirkhanpm, sorry for the late reply. When bluetooth device is connected, do you hear audio from the bluetooth? You can also check it by calling getActiveAudioDevice. If current device is not bluetooth device, disconnecting does not trigger routeChangeNotification as implemented in our DefaultDeviceController, which resulted in not calling |
Hi @hokyungh, |
Hi @ashirkhan94 , how did you disconnect bluetooth and what bluetooth device do you use? One of our teammates wasn't able to reproduce, so just wanted to see if you have another bluetooth device you can try to test. |
Hi @hokyungh , |
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. |
Hi, Any update |
Sorry for the late reply. I'll try on my device and get back to you. But before I testing, are you using
too? Just wanted to see if you can add a logic to select bluetooth device. |
Hi, @hokyungh
but my issue is
|
Could you try with https://github.com/aws-samples/amazon-chime-react-native-demo/tree/use-device and see if it works for you? |
Hi, @hokyungh
|
Hi @ashirkhan94, do you mind explaining the case where it is not working? We have a report on aws/amazon-chime-sdk-ios#242, and there is case where if you are on different device and disconnect bluetooth, it won't get callback, which we have reported to Apple. |
Hi @hokyungh,
In my case the disconnected time audio is not flowing through different device, audio is on bluetooth device. |
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. |
Hi |
Sorry for late reply. Could you try with our demo application to see if you are getting the log? |
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. |
Yes I already tried with the demo application |
Hi, |
Hi sorry for late reply. I couldn't reproduce with our demo application, so I am getting new bluetooth earphone to test again. |
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. |
Hi @hokyungh |
Hi I have tried all three test cases you posted with new bluetooth device, but only the third case I wasn't able to reproduce. We'll have to look into the third case, but for the first two cases, I hear beeping sound disconnecting and able to get |
hello any news on this? |
Hi @AlkanV, we filed a ticket to apple and waiting for their reply. |
@hokyungh thank you for lightning fast response. |
Hi @hokyungh |
Hi @hokyungh |
Hi sorry, we haven't got reply yet. We might need to implement short-term mitigation to fix this issue. |
@hokyungh Hi, Any update on this? |
Some times above function does not trigger when the Bluetooth device disconnects/turns off the Bluetooth
, but it triggers when the Bluetooth device connecting
Test environment Info (please complete the following information):
The text was updated successfully, but these errors were encountered: