From 682dabd1c153f5ccbd4e0c1cf7d0bfd2da46436a Mon Sep 17 00:00:00 2001 From: CZ Theng Date: Mon, 21 Oct 2019 11:25:18 +0800 Subject: [PATCH] Add RTCStatisticsReport.h to WebRTC.framework. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:11041 Change-Id: I2ae5a7db9697f70426feaf0c31ee4e0b9b654cc6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157800 Reviewed-by: Kári Helgason Commit-Queue: Kári Helgason Cr-Commit-Position: refs/heads/master@{#29554} --- AUTHORS | 1 + sdk/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 5f9518b599..d76148e8d2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -81,6 +81,7 @@ Eike Rathke Michel Promonet Min Wang Ramprakash Jelari +CZ Theng &yet LLC <*@andyet.com> Agora IO <*@agora.io> diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn index 08b30d1a2e..d326630ad9 100644 --- a/sdk/BUILD.gn +++ b/sdk/BUILD.gn @@ -1305,6 +1305,7 @@ if (is_ios || is_mac) { "objc/api/peerconnection/RTCDtmfSender.h", "objc/api/peerconnection/RTCSSLAdapter.h", "objc/api/peerconnection/RTCSessionDescription.h", + "objc/api/peerconnection/RTCStatisticsReport.h", "objc/api/peerconnection/RTCTracing.h", "objc/api/peerconnection/RTCCertificate.h", "objc/api/peerconnection/RTCCryptoOptions.h",