HomeSort by relevance Sort by last modified time
    Searched full:updated_candidate (Results 1 - 1 of 1) sorted by null

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

Completed in 202 milliseconds