Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Android 4.0 SDK: Crash during stream subscription

ANIL_K_3
Beginner
453 Views

Hi ,

There is a crash when subscribed to a stream sent from IOS. The crash is @com.intel.webrtc.conference SubscriptionCapabilities.class.

Crash is happening at 

        JSONObject parametersObj = JsonUtils.getObj(videoObj, "parameters");
        JSONObject reslutionObj = JsonUtils.getObj(parametersObj, "resolution");

as there is no "parameters" key defined in videoObj for the stream received from IOS application. Rather "resolution" defined inside "optional" key. I think there is a need for try/catch block. 

Please confirm this.

0 Kudos
3 Replies
YanbinZ_Intel
Employee
453 Views

Thank ANIL.K  . This is known issue between Android and iOS/C++ SDK. Our engineer can give the fix patch .

 

Thanks

Yanbin

0 Kudos
Sharma__Mukesh
Beginner
453 Views

I am also facing this issue, when can we expect to get the patch release 

are there any approx. date or something

0 Kudos
He_Z_Intel
Employee
453 Views

ics_conference.jar with bug fixing has been uploaded here, please replace the one in release package with this new jar file.

0 Kudos
Reply