-
Notifications
You must be signed in to change notification settings - Fork 66
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
Disconnecting from a meeting fails and leaves the meeting audio session active. #193
Comments
Thank you for reporting. Do you know if you can reproduce on iPhone X only or do you know if this is reproducible on any other phone? Could you also give us little more details on repro steps?
|
Hi @hokyungh, we've also seen it happen on an iPhone 12. I don't think this is device specific.
|
Hi @jpmunoz9, I tried to reproduce the issue in our demo app but failed. I did 50 attempts (since you mentioned the repro-rate is about 1/20) but I can always leave meeting properly and get This is how I tried to reproduce the issue: Environment
Test Steps
Two questions for you:
Best, |
I am also facing the same issue in my own React native app and I have also tested with demo app it is also having the same issue please replay ASAP
|
I tried to reproduce the issue with using iPhone 12 Pro with iOS 14.3 and iPhone 6s with iOS 14.3, but I still couldn't reproduce the issue. @NehaSalve1393 did you reproduced the issue using the ReactNative demo app, or the iOS demo app? |
@tianyux-amz I tried with React native demo app |
Got it, let me try to repro with that. |
I was able to reproduce the issue in the latest ReactNative demo. This seems related to #200. Env: iPhone 6s with iOS 14.3, running SDK v0.12.2 and Media v0.8.2. Steps:
|
@tianyux-amz is there any solution for this? |
We are root-causing the issue and will let you know once we have more findings. |
The issue was introduced in #151. Will talk to the PR author and come up with a proper fix. |
PR for the fix is being reviewed. |
Hi @tianyux-amz, for us it was also seen in our own React Native app. I'm glad you could reproduce this. Thank you. |
We are preparing a hotfix release tonight. Will resolve the issue once the hotfix is out. |
The fix was released. Please try out the latest SDK v0.13.1 and let us know if you run into any other issues. Thanks! |
@tianyux-amz now it's working fine.. Thank you so much for your quick help! |
Disconnecting from a meeting fails and leaves the meeting audio session active.
We started noticing it in:
Chime SDK: 0.12.1
Media SDK: 0.8.1
We also tried to reproduce this with following Android SDK but we never saw it happen:
Chime SDK: 0.8.1
Media SDK: 0.8.1
We reverted to the following builds as a workaround:
Chime SDK: 0.11.0
Media SDK: 0.7.0
Test Conditions:
Reproduction Rate: Roughly 1 in 20 attempts.
Steps to reproduce:
Problem:
The audio session is still active and other participants can see you in the meeting.
Logs Captured:
When leaving the meeting succeeds:
2020-12-18 18:03:00.603478-0600 Meetings[4765:998236] [INFO] ViewController - API/DefaultAudioVideoFacade/stop
2020-12-18 18:03:00.603833-0600 Meetings[4765:998232] [INFO] ViewController - Stopping VideoClient
2020-12-18 18:03:00.734307-0600 Meetings[4765:997786] [INFO] ViewController - AudioClient State: finishDisconnecting Status: ok
2020-12-18 18:03:00.745344-0600 Meetings[4765:997786] [INFO] ViewController - videoClientDidStop
2020-12-18 18:03:00.745625-0600 Meetings[4765:998232] [INFO] ViewController - VideoClient is being destroyed
When leaving the meeting fails:
2020-12-18 18:37:44.437909-0600 Meetings[4825:1016844] [INFO] ViewController - API/DefaultAudioVideoFacade/stop
2020-12-18 18:37:44.438579-0600 Meetings[4825:1016844] [INFO] ViewController - Stopping VideoClient
2020-12-18 18:37:44.589417-0600 Meetings[4825:1015249] [INFO] ViewController - videoClientDidStop
2020-12-18 18:37:44.589730-0600 Meetings[4825:1016844] [INFO] ViewController - VideoClient is being destroyed
The text was updated successfully, but these errors were encountered: