Searched defs:addIceCandidate (Results 1 – 3 of 3) sorted by relevance
41 pc.addIceCandidate = function (candidate, successCallback, function
324 void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, ExceptionState& exceptionSta… in addIceCandidate() function in WebCore::RTCPeerConnection339 void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, PassOwnPtr<VoidCallback> suc… in addIceCandidate() function in WebCore::RTCPeerConnection
145 public boolean addIceCandidate(IceCandidate candidate) { in addIceCandidate() method in PeerConnection