Remove bitratePriority from the Obj-C RTCRtpEncodingParameters wrapper.
This was added in CL 135122, but the bitratePriority parameter is not standard and not implemented in a way users would expect. So it should actually not be exposed in the Obj-C SDK. Bug: webrtc:10438 Change-Id: I801ce940a32701d2703e951ef2b601c606aa2111 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135287 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Anders Carlsson <andersc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27861}
This commit is contained in:
committed by
Commit Bot
parent
517678cc49
commit
86e0ea5711
@ -51,9 +51,6 @@ RTC_OBJC_EXPORT
|
||||
/** The SSRC being used by this encoding. */
|
||||
@property(nonatomic, readonly, nullable) NSNumber *ssrc;
|
||||
|
||||
/** The relative bitrate priority. */
|
||||
@property(nonatomic, assign) double bitratePriority;
|
||||
|
||||
/** The relative DiffServ Code Point priority. */
|
||||
@property(nonatomic, assign) double networkPriority;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user