Searched refs:remote_ice (Results 1 – 2 of 2) sorted by relevance
349 IceParameters* current_ice = remote_ice(); in SetRemoteIceCredentials()691 if (remote_ice()) { 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()
251 IceParameters* remote_ice() { in remote_ice() function