Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc685 Candidate new_remote_candidate(candidate); in AddRemoteCandidate() local
686 new_remote_candidate.set_generation(generation); in AddRemoteCandidate()
693 new_remote_candidate.set_username(remote_ice()->ufrag); in AddRemoteCandidate()
695 if (new_remote_candidate.username() == remote_ice()->ufrag) { in AddRemoteCandidate()
697 new_remote_candidate.set_password(remote_ice()->pwd); in AddRemoteCandidate()
708 CreateConnections(new_remote_candidate, NULL); in AddRemoteCandidate()