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 |