Expose offerExtmapAllowMixed in iOS SDK.

Bug: None
Change-Id: Ic14d1f005b6c727b509492399901d822bd6950db
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212280
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33498}
This commit is contained in:
Yura Yaroshevich
2021-03-17 17:39:52 +03:00
committed by Commit Bot
parent 426d679886
commit cbadb8bcab
2 changed files with 9 additions and 0 deletions

View File

@ -227,6 +227,12 @@ RTC_OBJC_EXPORT
*/
@property(nonatomic, assign) BOOL enableImplicitRollback;
/**
* Control if "a=extmap-allow-mixed" is included in the offer.
* See: https://www.chromestatus.com/feature/6269234631933952
*/
@property(nonatomic, assign) BOOL offerExtmapAllowMixed;
- (instancetype)init;
@end