Remove the possibility to disable IPv6 in Java and ObjC.
It's deprecated and has been removed from Chrome. Let's follow suite. // Passing all but unrelated bots NOTRY=True Bug: webrtc:14608 Change-Id: I6f2601af5b1dc08164230ebf15db2d2f1754f9e5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/280740 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38488}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
e6ec81a89c
commit
f36d607c4a
@ -252,8 +252,6 @@ void JavaToNativeRTCConfiguration(
|
||||
|
||||
rtc_config->turn_customizer = GetNativeTurnCustomizer(jni, j_turn_customizer);
|
||||
|
||||
rtc_config->disable_ipv6 =
|
||||
Java_RTCConfiguration_getDisableIpv6(jni, j_rtc_config);
|
||||
rtc_config->media_config.enable_dscp =
|
||||
Java_RTCConfiguration_getEnableDscp(jni, j_rtc_config);
|
||||
rtc_config->media_config.video.enable_cpu_adaptation =
|
||||
|
||||
Reference in New Issue
Block a user