-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When using the sample app here it appears that hitting the back button leaves the call in an unrecoverable state. If you try to join the call again the call is in an idle state and the video and audio never channels never reconnect.
Steps to reproduce:
- Replace the various tokens as necessary in the sample project
- Join a call using an id
- Call will connect and audio / video work as normal
- Hit the back button
- Notice in the debug console the camera is still initialized and trying to capture
- clicking on the create call button again using the same call id attempts to connect to the call but never does (see screenshot)

Clicking on the End Call button behaves as I would expect it to, where the call is ended and you can re-join the call using the same id, i would expect the back button to allow me to rejoin the call even if it didn't actually end it.
Metadata
Metadata
Assignees
Labels
No labels