Searched refs:remote_ice (Results 1 – 3 of 3) sorted by relevance
478 IceParameters* current_ice = remote_ice(); in SetRemoteIceParameters()1183 if (remote_ice()) { in AddRemoteCandidate()1185 new_remote_candidate.set_username(remote_ice()->ufrag); in AddRemoteCandidate()1187 if (new_remote_candidate.username() == remote_ice()->ufrag) { in AddRemoteCandidate()1189 new_remote_candidate.set_password(remote_ice()->pwd); in AddRemoteCandidate()
313 IceParameters* remote_ice() { in remote_ice() function
403 const IceParameters& remote_ice) { in CreateChannel() argument423 channel->SetRemoteIceParameters(remote_ice); in CreateChannel()