Update PeerConnectionDependencyFactory to use CryptoOptions::Srtp.
This change updates Chromium to use CryptoOptions::Srtp fields to configure the command line switches for WebRTC crypto instead of the old deprecated fields. This API was changed in: https://webrtc-review.googlesource.com/c/src/+/105180 Once this change lands the top level fields: absl::optional<bool> enable_gcm_crypto_suites and absl::optional<bool> enable_encrypted_rtp_header_extensions Will be removed and their replacements will be under the Srtp sub struct. Bug: webrtc:9859 Change-Id: I3f140097b870da8a6dd6a691f05298775a468230 Reviewed-on: https://chromium-review.googlesource.com/c/1275025Reviewed-by:Florent Castelli <orphis@chromium.org> Commit-Queue: Ben Wright <benwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#599261}
Showing
Please register or sign in to comment