Searched refs:updated_candidate (Results 1 – 1 of 1) sorted by relevance
138 cricket::Candidate updated_candidate = candidate->candidate(); in AddCandidate() local139 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()