Remove iceRegatherIntervalRange
This was an ICE configuration experiment added a couple years ago that did not end up being used. Bug: webrtc:11316 Change-Id: Iafb7e1c4f7b4598815f045808dbf6e470172f119 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167680 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30395}
This commit is contained in:
@ -168,7 +168,6 @@ public class PeerConnectionTest {
|
||||
|
||||
// Test configuration options.
|
||||
config.continualGatheringPolicy = PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY;
|
||||
config.iceRegatherIntervalRange = new PeerConnection.IntervalRange(1000, 2000);
|
||||
|
||||
PeerConnection offeringPC =
|
||||
factory.createPeerConnection(config, mock(PeerConnection.Observer.class));
|
||||
|
||||
Reference in New Issue
Block a user