In android application i have user webrtc for video calling app.
If mobile is connected with wifi then app work perfectly.
When i change wifi to mobile data and start app then app not work and also not display video .
I have user webrtc in my app and server side kurento.
Below list of scenario with status :
- Browser Client + Mobile Client -> Both on same Wifi network(KMS Server on same wifi network) -> Working fine.
- Mobile Client + Mobile Client -> Both on same Wifi network(KMS Server on same wifi network) -> Working fine.
- Browser Client + Mobile Client -> One of them on wifi(KMS Server on same wifi network) and other on mobile data network -> Not working
- Mobile Client + Mobile Client -> One of them on wifi (KMS Server on same wifi network) and other on mobile data network -> Not working
We have check candidate generated for all this scenario and found they are same only difference seen is multiple candidate getting generated.
We have crate Turn server as well as Stun but video not display in android client with 3g connection.
Any one have solution then help me out.
Thanks in advance.