Add allowCodecSwitching flag to RTCConfiguration.mm
Bug: webrtc:10795 Change-Id: I4d645b077bc459b05ef16641defdbd240dbd1550 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159481 Commit-Queue: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29753}
This commit is contained in:
@ -194,6 +194,12 @@ RTC_OBJC_EXPORT
|
||||
*/
|
||||
@property(nonatomic, assign) BOOL activeResetSrtpParams;
|
||||
|
||||
/** If the remote side support mid-stream codec switches then allow encoder
|
||||
* switching to be performed.
|
||||
*/
|
||||
|
||||
@property(nonatomic, assign) BOOL allowCodecSwitching;
|
||||
|
||||
/**
|
||||
* If MediaTransportFactory is provided in PeerConnectionFactory, this flag informs PeerConnection
|
||||
* that it should use the MediaTransportInterface.
|
||||
|
||||
Reference in New Issue
Block a user