Home
last modified time | relevance | path

Searched refs:iceCandidate (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js565 #onIceCandidate(iceCandidate) { argument
566 console.debug(`Remote ICE Candidate: `, iceCandidate);
567 this.#pc.addIceCandidate(iceCandidate);