I'm using Sample code of AppRTC for Android and IOS application given by WebRTC,
Android : https://github.com/njovy/AppRTCDemo/
IOS : https://github.com/ISBX/apprtc-ios
When i try to do video chat between Android-Android,Ios-Ios devices ,it is working,But If i try from Android-Ios,Ios-Android,It is not working.
Can anyone help me to resolve this problem?