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
When you put the app in the background, it will actually run OnStop event. When you return to the app, it will run onRestart, onStart, onResume. Currently the app is set to end the call, as you can see in onStop event.
If you want to keep the active call alive when the app goes on the background, you will need to modify the mentioned 3 events to support it. Currently nubo-test terminates the active call if the app goes on the background.
@jpsjanne I solved this problem .app can now run in the background. But there is a problem:
When the app is running in the background when the sound transmission back very slowly.I say a word another person will be around 5 seconds later to hear
hii ,
you have commented this part (nbmWebRTCPeer.stopLocalMedia();).It means that you wont be able access your camera if this activity is in background.
Have you checked that ?
PeerVideoActivity
How do I deal with this bug?
The text was updated successfully, but these errors were encountered: