Searched defs:candidate (Results 1 – 4 of 4) sorted by relevance
129 for (auto& candidate : pending_ice_candidates_) { in AddPendingIceCandidates() local165 std::unique_ptr<webrtc::IceCandidateInterface> candidate) { in OnIceCandidateMsg()288 auto candidate = CF_EXPECT(ParseIceCandidate(type, message)); in HandleSignalingMessageInner() local393 const webrtc::IceCandidateInterface* candidate) { in OnIceCandidate()
105 auto candidate = in ParseIceCandidate() local
517 candidate: message.candidate property533 async #sendIceCandidate(candidate) { argument535 return this.#serverConnector.sendToDevice({type: 'ice-candidate', candidate}); field
96 [&sensor](const auto& candidate) -> bool { return candidate.name == sensor->name; }); in isSensorSupported()