diff --git a/samples/js/demos/html/pc1_sdp_munge.html b/samples/js/demos/html/pc1_sdp_munge.html
new file mode 100644
index 0000000000..7caf68e397
--- /dev/null
+++ b/samples/js/demos/html/pc1_sdp_munge.html
@@ -0,0 +1,278 @@
+
+
+
+
+
+PC1 SDP Munge Demo
+
+
+
+
+
Local Preview
+
+Offer SDP
+
+
+
+
Remote Preview
+
+Answer SDP
+
+
+
+
+
+
+Select an audio & video source, then click GetUserMedia:
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/js/demos/index.html b/samples/js/demos/index.html
index 566cf818fa..a27937b752 100644
--- a/samples/js/demos/index.html
+++ b/samples/js/demos/index.html
@@ -54,6 +54,12 @@ WebRTC overview first.
Shows how to set up a simple 1:1 audio/video call. |
+
+ |
+ pc1_sdp_munge.html |
+
+ Allows you to modify offer/answer sdp with pc1 demo. |
+
|
states.html |
@@ -95,7 +101,7 @@ WebRTC overview first.
local-audio-rendering.html
Shows usage of a local media stream connected to an HTML5 audio tag. |
-
+
|
webaudio-and-webrtc.html |