Update demos to have local audio control muted by default.
Review URL: https://webrtc-codereview.appspot.com/1160007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3649 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
3de314615f
commit
da0f7086e1
@ -243,7 +243,7 @@ Maximum bitrate
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<video id="local-video" autoplay width=400></video>
|
||||
<video id="local-video" autoplay width=400 muted="true"></video>
|
||||
</td>
|
||||
<td>
|
||||
<video id="remote-video" autoplay width=400></video>
|
||||
|
@ -143,7 +143,7 @@ alert("Failed to get access to local media. Error code was " + error.code + ".")
|
||||
setTimeout(initialize, 1);
|
||||
</script>
|
||||
|
||||
<video id="localVideo" autoplay="autoplay"></video>
|
||||
<video id="localVideo" autoplay="autoplay" muted="true"></video>
|
||||
<canvas width="1000" height="1000" id="localCanvas"></canvas>
|
||||
<a href="http://www.webrtc.org"><img id="logo" alt="WebRTC" src="../images/webrtc_black_20p.png"></a>
|
||||
<a href="http://liuliu.me/eyes/javascript-face-detection-explained"><div id="credit">JS Face Detect by Liu Liu</div></a>
|
||||
|
@ -23,7 +23,7 @@ textarea {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video id="vid1" autoplay></video>
|
||||
<video id="vid1" autoplay="true" muted="true"></video>
|
||||
<video id="vid2" autoplay></video>
|
||||
<video id="vid3" autoplay></video>
|
||||
<br>
|
||||
|
@ -23,7 +23,7 @@ textarea {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video id="vid1" autoplay></video>
|
||||
<video id="vid1" autoplay="true" muted="true"></video>
|
||||
<video id="vid2" autoplay></video>
|
||||
<br>
|
||||
<button id="btn1" onclick="start()">Start</button>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video id="vid1" autoplay></video>
|
||||
<video id="vid1" autoplay="true" muted="true"></video>
|
||||
<video id="vid2" autoplay></video>
|
||||
<br>
|
||||
<button id="btn1" onclick="start()">Call</button>
|
||||
|
@ -11,7 +11,7 @@ video {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<video id="vid1" autoplay></video>
|
||||
<video id="vid1" autoplay="true" muted="true"></video>
|
||||
<video id="vid2" autoplay></video>
|
||||
<br>
|
||||
<button id="btn1" onclick="start()">Start</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user