Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Djsepsessiondescription.cc137 cricket::Candidate updated_candidate = candidate->candidate(); in AddCandidate() local
138 if (updated_candidate.username().empty()) { in AddCandidate()
139 updated_candidate.set_username(transport_info->description.ice_ufrag); in AddCandidate()
141 if (updated_candidate.password().empty()) { in AddCandidate()
142 updated_candidate.set_password(transport_info->description.ice_pwd); in AddCandidate()
148 updated_candidate)); in AddCandidate()