From 1740587b477b9332c8e2914d130220a2fb986eff Mon Sep 17 00:00:00 2001 From: Edgar Date: Wed, 27 Sep 2023 12:44:22 +0200 Subject: [PATCH] :wrench: Disabled webrtc completely --- libraries/shared/src/shared/WebRTC.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/shared/src/shared/WebRTC.h b/libraries/shared/src/shared/WebRTC.h index ede286e885..f49723e085 100644 --- a/libraries/shared/src/shared/WebRTC.h +++ b/libraries/shared/src/shared/WebRTC.h @@ -11,6 +11,8 @@ // SPDX-License-Identifier: Apache-2.0 // +#if 0 + #ifndef hifi_WebRTC_h #define hifi_WebRTC_h @@ -53,3 +55,5 @@ #endif #endif // hifi_WebRTC_h + +#endif \ No newline at end of file