From d9f113e6e18ddeae0fc0400710a53e0837d52611 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 11 Jan 2023 12:17:29 -0800 Subject: [PATCH] Disable WEB_RTC for Windows Platform PiperOrigin-RevId: 501346561 --- internal/platform/implementation/windows/platform.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/implementation/windows/platform.cc b/internal/platform/implementation/windows/platform.cc index 6c6397ef..7a4a28b0 100644 --- a/internal/platform/implementation/windows/platform.cc +++ b/internal/platform/implementation/windows/platform.cc @@ -298,7 +298,7 @@ ImplementationPlatform::CreateWifiDirectMedium() { // TODO(b/184975123): replace with real implementation. std::unique_ptr ImplementationPlatform::CreateWebRtcMedium() { - return absl::make_unique(); + return nullptr; } absl::StatusOr ImplementationPlatform::SendRequest(