| Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h
|
| diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h
|
| index 13617b5520d588ad878f9eb1cb391a2387d27202..c3443da23101ff756ef9ffc39518ee7a3c875bb8 100644
|
| --- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h
|
| +++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnection.h
|
| @@ -24,6 +24,7 @@
|
| @class RTCRtpSender;
|
| @class RTCSessionDescription;
|
| @class RTCLegacyStatsReport;
|
| +@class RTCBitrateAllocationStrategy;
|
|
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|
| @@ -189,6 +190,8 @@ RTC_EXPORT
|
| maxSizeInBytes:(int64_t)maxSizeInBytes;
|
| - (void)stopRtcEventLog;
|
|
|
| +- (void)setBitrateAllocationStrategy:(RTCBitrateAllocationStrategy *)bitrateAllocationStrategy;
|
| +
|
| @end
|
|
|
| @interface RTCPeerConnection (Media)
|
|
|