Searched refs:remote_description_ (Results 1 – 2 of 2) sorted by relevance
149 remote_description_.reset(new TransportDescription(description)); in SetRemoteTransportDescription()194 if (remote_description_) in CreateChannel()196 if (local_description_ && remote_description_) in CreateChannel()351 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription()352 remote_description_->ice_pwd); in ApplyRemoteTransportDescription()371 remote_description_->ice_mode == ICEMODE_LITE) { in NegotiateTransportDescription()376 remote_ice_mode_ = remote_description_->ice_mode; in NegotiateTransportDescription()
268 return remote_description_.get(); in remote_description()314 rtc::scoped_ptr<TransportDescription> remote_description_; variable