You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For technical reasons on Android, we need an app to host the Element Call SPA so that calls can continue when the app is in background or the device is locked (there is still no guarantee that the system does not decide to kill the app).
For product reasons, we want users to open EC links within the EX app.
We need to be able to:
Open an EC SPA link into a webview in EX.
Keep the call running on background or when the device is locked, but without camera input.
Handle call.element.io universal links.
Handle custom scheme element://call?url=some-encoded-url for customers hosting their own EC instance.
The text was updated successfully, but these errors were encountered:
For technical reasons on Android, we need an app to host the Element Call SPA so that calls can continue when the app is in background or the device is locked (there is still no guarantee that the system does not decide to kill the app).
For product reasons, we want users to open EC links within the EX app.
We need to be able to:
element://call?url=some-encoded-url
for customers hosting their own EC instance.The text was updated successfully, but these errors were encountered: