Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
56 branch, 15101 revision release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey committed Dec 17, 2016
1 parent 2a72000 commit 73d6b29
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebRTC.framework/Headers/RTCFieldTrials.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

typedef NS_OPTIONS(NSUInteger, RTCFieldTrialOptions) {
RTCFieldTrialOptionsNone = 0,
RTCFieldTrialOptionsSendSideBwe = 1 << 0,
RTCFieldTrialOptionsImprovedBitrateEstimate = 1 << 0,
};

/** Must be called before any other call into WebRTC. See:
Expand Down
1 change: 1 addition & 0 deletions WebRTC.framework/Headers/RTCRtpCodecParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
RTC_EXTERN const NSString * const kRTCRtxCodecMimeType;
RTC_EXTERN const NSString * const kRTCRedCodecMimeType;
RTC_EXTERN const NSString * const kRTCUlpfecCodecMimeType;
RTC_EXTERN const NSString * const kRTCFlexfecCodecMimeType;
RTC_EXTERN const NSString * const kRTCOpusCodecMimeType;
RTC_EXTERN const NSString * const kRTCIsacCodecMimeType;
RTC_EXTERN const NSString * const kRTCL16CodecMimeType;
Expand Down
2 changes: 1 addition & 1 deletion WebRTC.framework/Headers/RTCVideoFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

NS_ASSUME_NONNULL_BEGIN

// RTCVideoFrame is an ObjectiveC version of cricket::VideoFrame.
// RTCVideoFrame is an ObjectiveC version of webrtc::VideoFrame.
RTC_EXPORT
@interface RTCVideoFrame : NSObject

Expand Down
Binary file modified WebRTC.framework/Info.plist
Binary file not shown.
Binary file modified WebRTC.framework/WebRTC
Binary file not shown.
2 changes: 1 addition & 1 deletion WebRTC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WebRTC"
s.version = "56.0.14835-beta"
s.version = "56.10.15101"
s.summary = "WebRTC SDK for iOS"
s.description = <<-DESC
WebRTC is a free, open project that provides browsers and mobile
Expand Down

0 comments on commit 73d6b29

Please sign in to comment.