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

function “onChatStopped” in PeerClientObserver sometimes can't be called when remote peer disconnect on android playform.

利军_赵_
Beginner
296 Views

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);
}

}

0 Kudos
1 Reply
He_Z_Intel
Employee
296 Views

which version SDK did you use? 

is the signaling channel a default one provided by our sample or a customize implementation by you?

0 Kudos
Reply