Searched refs:patch_result (Results 1 – 1 of 1) sorted by relevance
603 LocalAndRemoteSdp patch_result = in ExchangeOfferAnswer() local605 patch_result.local_sdp->ToString(&log_output); in ExchangeOfferAnswer()607 patch_result.remote_sdp->ToString(&log_output); in ExchangeOfferAnswer()611 alice_->SetLocalDescription(std::move(patch_result.local_sdp)); in ExchangeOfferAnswer()614 bob_->SetRemoteDescription(std::move(patch_result.remote_sdp)); in ExchangeOfferAnswer()620 patch_result = signaling_interceptor->PatchAnswer(std::move(answer)); in ExchangeOfferAnswer()621 patch_result.local_sdp->ToString(&log_output); in ExchangeOfferAnswer()623 patch_result.remote_sdp->ToString(&log_output); in ExchangeOfferAnswer()627 bob_->SetLocalDescription(std::move(patch_result.local_sdp)); in ExchangeOfferAnswer()630 alice_->SetRemoteDescription(std::move(patch_result.remote_sdp)); in ExchangeOfferAnswer()