I sympathize with your disappointments.
RTCPeerConnection, createOffer(), setLocalDescription(), ICE ICE. , Trickle ICE, , , , ( -, , , ).
Trickle:
RTCPeerConnectionIceEvent:
peerConnection.onicecandidate = function(newRTCPeerConnectionIceEvent) {
var newCandidate = newRTCPeerConnectionIceEvent.candidate;
}
:
peerConnection.addIceCandidate(RTCIceCandidate);
setRemoteDescription , , , remoteDescription, . . ICE- .
:
, :
peerConnection.onicecandidate = function(newRTCPeerConnectionIceEvent) {
if (newRTCPeerConnectionIceEvent.candidate === null) {
}
}
: http://muaz-khan.blogspot.co.uk/2015/01/disable-ice-trickling.html (. sdp, ).
, , .. - . , trickle , , .