Skip to content

Commit 2c52e08

Browse files
committed
Fixed issue where RTCStatistics wouldn't properly appear.
1 parent dda38d2 commit 2c52e08

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### 1.1.1 (Feb 25, 2020)
4+
* Fixed issue where RTCStatistics wouldn't properly appear.
5+
36
### 1.1 (Feb 17, 2020)
47
* Reflected WebRTC framework [update](https://groups.google.com/forum/#!msg/discuss-webrtc/Ozvbd0p7Q1Y/M4WN2cRKCwAJ).
58
* Made `RTCStatisticsReport` public.
@@ -9,4 +12,4 @@
912

1013
### 1.0
1114
* Enabled VP9 codec.
12-
* Enabled bitcode.
15+
* Enabled bitcode.

SendBirdWebRTC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SendBirdWebRTC"
3-
s.version = "1.1"
3+
s.version = "1.1.1"
44
s.summary = "WebRTC Framework"
55
s.description = "WebRTC Framework for SendBird Video Chat"
66
s.homepage = "https://sendbird.com"

WebRTC.framework/Headers/RTCStatisticsReport.h

+3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
*/
1010

1111
#import <Foundation/Foundation.h>
12+
#import "RTCMacros.h"
1213

1314
@class RTCStatistics;
1415

1516
NS_ASSUME_NONNULL_BEGIN
1617

1718
/** A statistics report. Encapsulates a number of RTCStatistics objects. */
19+
RTC_OBJC_EXPORT
1820
@interface RTCStatisticsReport : NSObject
1921

2022
/** The timestamp of the report in microseconds since 1970-01-01T00:00:00Z. */
@@ -28,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
2830
@end
2931

3032
/** A part of a report (a subreport) covering a certain area. */
33+
RTC_OBJC_EXPORT
3134
@interface RTCStatistics : NSObject
3235

3336
/** The id of this subreport, e.g. "RTCMediaStreamTrack_receiver_2". */

WebRTC.framework/WebRTC

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5e6d6f7f12a06910c14500c1b978875a72ad5c5a97e4fa783e143dd7313b79c4
3-
size 996946772
2+
oid sha256:ba49cb37cef546d81bc0ca66755aba5024837845a37f742bf22d81cee3f710c2
3+
size 1004057764

0 commit comments

Comments
 (0)