Use default RTCConfiguration on iOS
With "aggressive" preset the default bundlePolicy is set to "maxBundle" when it shoud be "balanced" according to spec. Bug: webrtc:9458 Change-Id: Ifbdd76be3a6d9968574cba857f178d5f859dcb87 Reviewed-on: https://webrtc-review.googlesource.com/88567 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24650}
This commit is contained in:
committed by
Commit Bot
parent
7f978f18b3
commit
8cec4fb6c2
@ -51,8 +51,7 @@
|
||||
|
||||
- (instancetype)init {
|
||||
// Copy defaults.
|
||||
webrtc::PeerConnectionInterface::RTCConfiguration config(
|
||||
webrtc::PeerConnectionInterface::RTCConfigurationType::kAggressive);
|
||||
webrtc::PeerConnectionInterface::RTCConfiguration config;
|
||||
return [self initWithNativeConfiguration:config];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user