Home
last modified time | relevance | path

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

/xiu/protocol/webrtc/src/clients/
H A Dwhep.js16 this.candidates = []; property
54 this.candidates.push(event.candidate);
261 … if (!(this.candidates.length || this.endOfcandidates || this.restartIce) || !this.resourceURL)
266 const candidates = this.candidates;
271 this.candidates = []; property
298 if (candidates.length || endOfcandidates)
303 candidates: [],
306 for (const candidate of candidates) {
319 candidates: [],
322 media.candidates.push(candidate);
[all …]