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
We recieve an incoming call with a locked iPhone and do NOT enter the Videomode ( of our app )
instead we have an audio only connection, which we sooner or later "hang up".
If we get a second call, without starting our app in between - we get errors.
We think it has sth. to do wir our videocallModal, which gets only presented if we go in the app to the foreground, If we dont do this, we are not able to dismiss it and therefore we don't close our connection properly, and the second call will fail.
I know this is probably more realeted to our framwork ( ionic3 ) then this plugin, but maybe one of u guys hat the same case, and got some valuable hints ;)
regards,
Kevin
The text was updated successfully, but these errors were encountered:
okay guys, sorry small update on this -> we were using WKWebview which has some problems atm with the backgroundmdoe plugin. Using the old UIWEbview fixed the prior described problems. So i think we have to look into cordova/background-mode and WKWeb. Thanks any, suggestions still welcome <3
Hi,
we got one single case, where the apps breaks:
We recieve an incoming call with a locked iPhone and do NOT enter the Videomode ( of our app )
instead we have an audio only connection, which we sooner or later "hang up".
If we get a second call, without starting our app in between - we get errors.
We think it has sth. to do wir our videocallModal, which gets only presented if we go in the app to the foreground, If we dont do this, we are not able to dismiss it and therefore we don't close our connection properly, and the second call will fail.
I know this is probably more realeted to our framwork ( ionic3 ) then this plugin, but maybe one of u guys hat the same case, and got some valuable hints ;)
regards,
Kevin
The text was updated successfully, but these errors were encountered: