| 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 ce2df4d7f5ee568aae626aed1b50a353fa3165e2..25a09848a088a58fd46f6bf90b914056170389a3 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
|
|
|
| @@ -196,6 +197,9 @@ RTC_EXPORT
|
| maxSizeInBytes:(int64_t)maxSizeInBytes;
|
| - (void)stopRtcEventLog;
|
|
|
| +- (void)setBitrateAllocationStrategy:
|
| + (RTCBitrateAllocationStrategy *_Nullable)bitrateAllocationStrategy;
|
| +
|
| @end
|
|
|
| @interface RTCPeerConnection (Media)
|
|
|