Getting sdp null exception on Android
Hi, I am loading using custom server with https://github.com/EricssonResearch/openwebrtc-examples/tree/master/web loaded . The app is working fine when my server IP is loaded on a browser, but on Android NativeCall app, when I replace the 'DEFAULT_SERVER_ADDRESS' variable in Config file with my IP , I am getting sdp null exception. I am using "mmt-stun.verkstad.net" for stun-server. what am I doing wrong ? Should I change anything else other that 'DEFAULT_SERVER_ADDRESS' variable.
Thanks.
Revert https://github.com/EricssonResearch/openwebrtc-examples/commit/8f7b847b5f2d0a267ef1eaea5f8b2f405af6a120 . I have not yet figured out how to get the applications working with that commit in place.
Worked. Thanks .
Just to be clear, does this affect bowser too or just the android app?
I think it will affect the Android and iOS native apps, and probably the command line test-client app, but not Bowser nor openwebrtc-daemon.
Is this still an issue with the latest commits? Are we reverting to 8f7b847 or to the commit before it?
@carterbryden - By revert that commit I meant: git revert 8f7b847
We will make the necessary changes to the SDKs as soon as we can.