Searched refs:candidates (Results 1 – 1 of 1) sorted by relevance
16 this.candidates = []; property54 this.candidates.push(event.candidate);261 … if (!(this.candidates.length || this.endOfcandidates || this.restartIce) || !this.resourceURL)266 const candidates = this.candidates;271 this.candidates = []; property298 if (candidates.length || endOfcandidates)303 candidates: [],306 for (const candidate of candidates) {319 candidates: [],322 media.candidates.push(candidate);[all …]