Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Djsepsessiondescription.cc138 cricket::Candidate updated_candidate = candidate->candidate(); in AddCandidate() local
139 if (updated_candidate.username().empty()) { in AddCandidate()
140 updated_candidate.set_username(transport_info->description.ice_ufrag); in AddCandidate()
142 if (updated_candidate.password().empty()) { in AddCandidate()
143 updated_candidate.set_password(transport_info->description.ice_pwd); in AddCandidate()
149 updated_candidate)); in AddCandidate()