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
I'm building an Android Cordova calling app.
We have an issue. If there is an active audio or video call.
When we put an app to background then we are loosing a remote audio track sound, so can't hear a remote party on Android side while an app is in background mode or screen locked
Steps to reproduce
Make an active call between Android Cordova app & Chrome browser
put an Android app to background
Environment details
Android 9, Cordova
We are using jitsi-met-lib
Could anyone assist with it, what we can do to prevent the issue to happen.
The text was updated successfully, but these errors were encountered:
I think this is an energy saving feature which pauses the javascript threads or entire apps. You have to implement something to keep your app alive, like an overlay or maybe there are some other workarounds or ways to tell the system to not pause the app but if you lock the screen I think you have no chance to get a solution without using something like the android telecom api.
Description
I'm building an Android Cordova calling app.
We have an issue. If there is an active audio or video call.
When we put an app to background then we are loosing a remote audio track sound, so can't hear a remote party on Android side while an app is in background mode or screen locked
Steps to reproduce
Environment details
Android 9, Cordova
We are using jitsi-met-lib
Could anyone assist with it, what we can do to prevent the issue to happen.
The text was updated successfully, but these errors were encountered: