From df022832792ca17c02ec26ec634f3cf378f337c4 Mon Sep 17 00:00:00 2001 From: "hta@webrtc.org" Date: Wed, 11 Dec 2013 14:44:10 +0000 Subject: [PATCH] Adds audio volume demo to the index page. BUG= R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5589005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5263 4adac7df-926f-26a2-2b94-8c16560cd09d --- samples/js/demos/index.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/samples/js/demos/index.html b/samples/js/demos/index.html index a27937b752..fd915703ab 100644 --- a/samples/js/demos/index.html +++ b/samples/js/demos/index.html @@ -6,7 +6,7 @@

WebRTC Samples

Here are some sample pages that demonstrate basic -WebRTC concepts. If you are new to WebRTC, +WebRTC concepts. If you are new to WebRTC, you may want to check out this WebRTC overview first. @@ -43,6 +43,19 @@ WebRTC overview first. Shows how to perform face tracking using webcam video. + + + local-audio-rendering.html + + + Shows usage of a local media stream connected to an HTML5 audio tag. + + + + local-audio-volume.html + + Shows how to display the volume of a local audio track. +     @@ -96,12 +109,6 @@ WebRTC overview first. Shows how to send Data using PeerConnection API. - - - local-audio-rendering.html - - Shows usage of a local media stream connected to an HTML5 audio tag. - webaudio-and-webrtc.html