Enable Continual gathering in apprtcdemo.
This will help test or debug the continual gathering policy. BUG= Review URL: https://codereview.webrtc.org/1812593002 Cr-Commit-Position: refs/heads/master@{#12038}
This commit is contained in:
@ -459,6 +459,7 @@ public class PeerConnectionClient {
|
||||
rtcConfig.tcpCandidatePolicy = PeerConnection.TcpCandidatePolicy.DISABLED;
|
||||
rtcConfig.bundlePolicy = PeerConnection.BundlePolicy.MAXBUNDLE;
|
||||
rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE;
|
||||
rtcConfig.continualGatheringPolicy = PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY;
|
||||
// Use ECDSA encryption.
|
||||
rtcConfig.keyType = PeerConnection.KeyType.ECDSA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user