- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI,
android sample sdk 4.0 crashing when i click on unpublish after successful call completion
android OS VERSION 7.1.1
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to set up your current ID on another client. If you do not set it up, the application will crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please provide more detail information ?
1. what kind of sample ? Conference or P2P sample ?
2. Could you please provide detail steps and detail crash log information ? And test phone information
Thanks
Yanbin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI Yanbim Z.
1. what kind of sample ? Conference or P2P sample ?
A) Conference Sample
2. Could you please provide detail steps and detail crash log information ? And test phone information
A) Installed and configured android conference sample apk on all available andorid mobile phone devices like lenovo etc conatains OS 5,6,7 .
When we hit connect and start publishing video joined into room successfully . Then if we click on "unpublish" button to stop publishing and disconnect the call "APP crashing immediately" with notification on mobile screen " Unfortunately ICS_CONF has stopped". With following error getting in android studio console
com.intel.webrtc.conference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
comment this line in unpublish onclick listener
localStream.dispose();
the above line is causing the issue and making the application to crash, this not the complete solution but this will stop crashing your android application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We can not reproduce this issue use ios 7.1.1. And localStream.dispose() is used to Close and dispose all the sources associated with the LocalStream. Be sure that there is no active Publication using this LocalStream before calling this method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yanbin Z. (Intel) wrote:
We can not reproduce this issue use ios 7.1.1. And localStream.dispose() is used to Close and dispose all the sources associated with the LocalStream. Be sure that there is no active Publication using this LocalStream before calling this method.
What do you mean by ios 7.1.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sharma, Mukesh wrote:
Quote:
Yanbin Z. (Intel) wrote:
We can not reproduce this issue use ios 7.1.1. And localStream.dispose() is used to Close and dispose all the sources associated with the LocalStream. Be sure that there is no active Publication using this LocalStream before calling this method.
What do you mean by ios 7.1.1
Type error, Android os 7.1.1
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page