Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
1151 Discussions

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

利军_赵_
Beginner
672 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
672 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