- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Dear intel webrtc team:
There is an issue below :
function “onChatStopped” in PeerClientObserver sometimes can't be called when remote peer disconnect on android playform.
Is it caused by network or other reason ? thanks!
PeerClient.PeerClientObserver observer = new PeerClient.PeerClientObserver() {
@Override public void onChatStopped(final String peerId) { Log.d(TAG, "onChatStopped:" + peerId); }
}
- Tags:
- HTML5
- JavaScript*
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
which version SDK did you use?
is the signaling channel a default one provided by our sample or a customize implementation by you?

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