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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
1151 Discussions

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

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