Disable WEB_RTC for Windows Platform

PiperOrigin-RevId: 501346561
This commit is contained in:
hai007
2023-01-11 12:19:53 -08:00
committed by Copybara-Service
parent e261be1a16
commit d9f113e6e1
@@ -298,7 +298,7 @@ ImplementationPlatform::CreateWifiDirectMedium() {
// TODO(b/184975123): replace with real implementation.
std::unique_ptr<WebRtcMedium> ImplementationPlatform::CreateWebRtcMedium() {
return absl::make_unique<windows::WebRtcMedium>();
return nullptr;
}
absl::StatusOr<WebResponse> ImplementationPlatform::SendRequest(