mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Disable WEB_RTC for Windows Platform
PiperOrigin-RevId: 501346561
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user