DescriptionAdd command line flag --disable-webrtc-encryption for dev and canary channels.
It is also be available for "unknown" channel, e.g. unbranded/dev builds. The flag is ignored for beta and stable channels.
The purpose of the flag is for app developer to easier debug RTP media related problems in WebRTC.
https://code.google.com/p/webrtc/issues/detail?id=491
This CL is based on https://codereview.chromium.org/27131004/ by perkj@.
TEST= 1) Start Chrome with the flag --disable-webrtc-encryption. 2) Setup a call using apprtc.appspot.com. 3) Open the JS console and make sure the SDP offer don't contain 'a=crypto:'.
BUG=304024
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232855
Patch Set 1 #Patch Set 2 : Don't allow flag for unknown channel + rebase. #
Total comments: 2
Patch Set 3 : Revert to allow unknown channel to copy the flag + code review + rebase. #Patch Set 4 : Updating how the disable information is passed to PeerConnection. #
Total comments: 5
Messages
Total messages: 20 (0 generated)
|