From 9058bc2d1719f548491f4a9a28e7bef51fbb44cd Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 10 Jul 2025 10:33:14 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 781591259 --- internal/platform/implementation/g3/BUILD | 3 ++- internal/platform/implementation/g3/webrtc.cc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/platform/implementation/g3/BUILD b/internal/platform/implementation/g3/BUILD index 7b4cf50d..aa95fc08 100644 --- a/internal/platform/implementation/g3/BUILD +++ b/internal/platform/implementation/g3/BUILD @@ -99,7 +99,8 @@ cc_library( "//internal/platform/implementation:comm", "//internal/platform/implementation/shared:count_down_latch", "//internal/proto:credential_cc_proto", - # TODO: Support WebRTC + "//third_party/webrtc/files/stable/webrtc/api:create_modular_peer_connection_factory", + "//third_party/webrtc/files/stable/webrtc/api:libjingle_peerconnection_api", "//third_party/webrtc/files/stable/webrtc/api:scoped_refptr", "@com_google_absl//absl/base:core_headers", "@com_google_absl//absl/container:flat_hash_map", diff --git a/internal/platform/implementation/g3/webrtc.cc b/internal/platform/implementation/g3/webrtc.cc index d9035537..2783e0da 100644 --- a/internal/platform/implementation/g3/webrtc.cc +++ b/internal/platform/implementation/g3/webrtc.cc @@ -24,6 +24,7 @@ #include "internal/platform/byte_array.h" #include "internal/platform/implementation/webrtc.h" #include "internal/platform/medium_environment.h" +#include "webrtc/api/create_modular_peer_connection_factory.h" #include "webrtc/api/peer_connection_interface.h" #include "webrtc/api/scoped_refptr.h" #include "webrtc/rtc_base/checks.h"