diff options
author | jansson@chromium.org <jansson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 10:13:32 +0000 |
---|---|---|
committer | jansson@chromium.org <jansson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-03 10:13:32 +0000 |
commit | af967b95557a35cfccd8c342501e79b1211743a2 (patch) | |
tree | e6e1f11d2bbb8f048ea5f4adb7356068203f01ee /chrome/test | |
parent | a6d767eb35d16a24ba8e39992e0c4b25ff230d5e (diff) | |
download | chromium_src-af967b95557a35cfccd8c342501e79b1211743a2.zip chromium_src-af967b95557a35cfccd8c342501e79b1211743a2.tar.gz chromium_src-af967b95557a35cfccd8c342501e79b1211743a2.tar.bz2 |
Mute local video tag
The most common use case is to use this page Peer to peer, not loopback.
Hence why it makes sense to by default mute the local video tag. It can
be unmuted by the user using the video tag controls if desired.
BUG=None
TEST=Manually setup a P2P call and made sure the local preview video tag
is muted.
NOTRY=TRUE
Review URL: https://codereview.chromium.org/223563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/webrtc/manual/peerconnection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/webrtc/manual/peerconnection.html b/chrome/test/data/webrtc/manual/peerconnection.html index a15bfce..dbb1b9d 100644 --- a/chrome/test/data/webrtc/manual/peerconnection.html +++ b/chrome/test/data/webrtc/manual/peerconnection.html @@ -45,7 +45,7 @@ <div> <h2>Local Preview</h2> <video width="320" height="240" id="local-view" autoplay="autoplay" - class="video-area"></video><br/> + muted class="video-area"></video><br/> </div> <div> |