File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### 1.1.1 (Feb 25, 2020)
4
+ * Fixed issue where RTCStatistics wouldn't properly appear.
5
+
3
6
### 1.1 (Feb 17, 2020)
4
7
* Reflected WebRTC framework [ update] ( https://groups.google.com/forum/#!msg/discuss-webrtc/Ozvbd0p7Q1Y/M4WN2cRKCwAJ ) .
5
8
* Made ` RTCStatisticsReport ` public.
9
12
10
13
### 1.0
11
14
* Enabled VP9 codec.
12
- * Enabled bitcode.
15
+ * Enabled bitcode.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SendBirdWebRTC"
3
- s . version = "1.1"
3
+ s . version = "1.1.1 "
4
4
s . summary = "WebRTC Framework"
5
5
s . description = "WebRTC Framework for SendBird Video Chat"
6
6
s . homepage = "https://sendbird.com"
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
#import < Foundation/Foundation.h>
12
+ #import " RTCMacros.h"
12
13
13
14
@class RTCStatistics;
14
15
15
16
NS_ASSUME_NONNULL_BEGIN
16
17
17
18
/* * A statistics report. Encapsulates a number of RTCStatistics objects. */
19
+ RTC_OBJC_EXPORT
18
20
@interface RTCStatisticsReport : NSObject
19
21
20
22
/* * The timestamp of the report in microseconds since 1970-01-01T00:00:00Z. */
@@ -28,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
28
30
@end
29
31
30
32
/* * A part of a report (a subreport) covering a certain area. */
33
+ RTC_OBJC_EXPORT
31
34
@interface RTCStatistics : NSObject
32
35
33
36
/* * The id of this subreport, e.g. "RTCMediaStreamTrack_receiver_2". */
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e6d6f7f12a06910c14500c1b978875a72ad5c5a97e4fa783e143dd7313b79c4
3
- size 996946772
2
+ oid sha256:ba49cb37cef546d81bc0ca66755aba5024837845a37f742bf22d81cee3f710c2
3
+ size 1004057764
You can’t perform that action at this time.
0 commit comments