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

[ElementCall] Answering a call while app backgrounded doesn't always open it #3134

Closed
stefanceriu opened this issue Aug 8, 2024 · 1 comment
Assignees
Labels
A-Call S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@stefanceriu
Copy link
Member

This randomly happens both when on the Springboard or the lockscreen.

@stefanceriu stefanceriu self-assigned this Aug 8, 2024
@stefanceriu stefanceriu added the S-Major Severely degrades major functionality or product features, with no satisfactory workaround label Aug 8, 2024
stefanceriu added a commit that referenced this issue Aug 8, 2024
- we're currently working around the widget not properly aquiring media streams by manually terminating a call before starting the web view
- it seems that there's a race condition between that and the system opening the app
- as such we need to delay terminating the call until the system gets a chance to handle the redirect
@stefanceriu
Copy link
Member Author

We're currently working around the widget not properly aquiring media streams by manually terminating a call before starting the web view. It seems that there's a race condition between that and the system opening the app and as such we need to delay terminating the call until the system gets a chance to handle the redirect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Call S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

No branches or pull requests

1 participant