Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update WebRTC.framework to release 56.
Browse files Browse the repository at this point in the history
WebRTC Commit: 10b65c02893c09ba6a51cd5a3b62f64aa348136e
WebRTC Release: WebRTC M56
WebRTC Branch: branch-heads/56
WebRTC Release Notes: https://groups.google.com/forum/#!msg/discuss-webrtc/DyeVS9IMTLc/1gUM7osoCwAJ

// FREEBIE
  • Loading branch information
charlesmchen committed Jan 31, 2017
1 parent 0bb29e7 commit 17b2ebe
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/iOS/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 Build/iOS/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 Build/iOS/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 Build/iOS/WebRTC.framework/Info.plist
Binary file not shown.
Binary file modified Build/iOS/WebRTC.framework/WebRTC
Binary file not shown.

0 comments on commit 17b2ebe

Please sign in to comment.