Hi,
I am using APPRTC demo app. The app works fine if in between the webrtc call user press home button and then come back to apprtc app the same video session is restored. That is working fine. But if user receive a call while webrtc call is running the app is crashing whenever user return to apprtc app.
Ideal Scenario will be
If user reject the call the video session will be restored.
If user accept the call end the video session: I am able to implement this scenario as i have some listener which tell me user has accepted the call so i can end the current webrtc session.
But not able to figure how to handle when user reject the call and want to continue with webrtc call.
Thanks
Mohit