- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
The error below appears when we hangup from any other partner(Chrome, Firefox, Android) and try to unpublish peerClient:
Domain=com.intel.webrtc Code=2000 "(null)"
whereas the hangup from iOS works properly!!
I'm using iPad mini 2,
iOS: 10.2.1
WebRTC: 3.2
The code where the error has been thrown.
[_peerClient unpublish:localStream to:remoteUserID onSuccess:^{ NSLog(@"WebRTC Success: OnStopped: Unpublished Stream successfully."); } onFailure:^(NSError *error) { NSLog(@"WebRTC Error: OnStopped: %@", error); }];
Thanks in advance.
- Tags:
- HTML5
- JavaScript*
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mohamad,
Unpublish a stream after its associated session is ended may trigger failure callback because the stream is unpublished during hangup.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page