Searched defs:iceCandidate (Results 1 – 1 of 1) sorted by relevance
324 void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, ExceptionState& exceptionSta… in addIceCandidate()339 void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, PassOwnPtr<VoidCallback> suc… in addIceCandidate()582 RefPtrWillBeRawPtr<RTCIceCandidate> iceCandidate = RTCIceCandidate::create(webCandidate); in didGenerateICECandidate() local