Skip to content
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

No audioCallEnded event (or any other event) when the meeting ends #578

Open
fridaybyte opened this issue Mar 3, 2023 · 0 comments
Open
Labels
feature-request New feature or request

Comments

@fridaybyte
Copy link

Describe the bug
No event that would correctly indicate that the Meeting has ended (has been deleted). Thus there is no way for apps to quit meeting properly if the server (another party) has ended the call.

To Reproduce
Steps to reproduce the behavior:

  1. Run demo mobile (android or iOS) app on one or more devices
  2. Join the same meeting
  3. Delete this meeting using API

What actually happens

  • app stays on the meeting screen for 30 seconds. Only after 30 seconds demo app goes back to the main screen
  • onVideoSessionStopped is called immediately, but with VideoServiceFailed status
  • onAudioSessionStopped is called only after 30 seconds, with AudioDisconnected, which is again described as failed leg

Expected behavior
After the meeting is deleted:

Test environment Info (please complete the following information):

  • Version amazon-chime-sdk: 0.22.6
  • Version amazon-chime-sdk-media: 0.17.10
  • Can you reproduce this in the demo app? Yes

Additional context
This forces all attendees to manually quit the meeting. There is no way to automatically end a call for all attendees by the backend or by one of the attendees (e.g. host). This works properly on JS SDK.

@ethanjanadrake ethanjanadrake added the feature-request New feature or request label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants