openwebrtc-examples icon indicating copy to clipboard operation
openwebrtc-examples copied to clipboard

Getting sdp null exception on Android

Open nuventuretech opened this issue 10 years ago • 6 comments

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.

nuventuretech avatar Aug 12 '15 12:08 nuventuretech

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.

superdump avatar Aug 12 '15 12:08 superdump

Worked. Thanks .

nuventuretech avatar Aug 13 '15 14:08 nuventuretech

Just to be clear, does this affect bowser too or just the android app?

AndrewJDR avatar Aug 14 '15 00:08 AndrewJDR

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.

superdump avatar Aug 19 '15 07:08 superdump

Is this still an issue with the latest commits? Are we reverting to 8f7b847 or to the commit before it?

carterbryden avatar Aug 31 '15 03:08 carterbryden

@carterbryden - By revert that commit I meant: git revert 8f7b847

We will make the necessary changes to the SDKs as soon as we can.

superdump avatar Aug 31 '15 06:08 superdump