DescriptionRemoving "crypto_required" from MediaContentDescription.
"Crypto required" is a property of the PeerConnection of construction
time; it has nothing to do with SDP. So I'm moving it out of
MediaContentDescription and putting it in the BaseChannel constructor
instead. This is more intuitive, and provides the added assurance that
"secure_required_" can't be flipped from "true" to "false".
BUG=None
Committed: https://crrev.com/7af91ddd6bda4f411d0025c5d5a2d32be540a34c
Cr-Commit-Position: refs/heads/master@{#15579}
Patch Set 1 #
Total comments: 20
Patch Set 2 : Responding to comments (mostly just renaming) #
Total comments: 10
Patch Set 3 : Addressing comments. #Patch Set 4 : Adding overloads of ChannelManager methods for backwards compat #Patch Set 5 : Reverting last patchset. Nothing should be using ChannelManager directly any more. #Patch Set 6 : Merge with master and clean up CreateDataChannel #
Messages
Total messages: 15 (6 generated)
|