From ee6d0ddbe64a6ede51833b4391362fc2e517b1c3 Mon Sep 17 00:00:00 2001 From: "vikasmarwaha@webrtc.org" Date: Tue, 1 Oct 2013 18:43:07 +0000 Subject: [PATCH] Upload Demo page to allow edit offer & Answer sdp in pc1 demo. R=dutton@google.com Review URL: https://webrtc-codereview.appspot.com/2296004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4895 4adac7df-926f-26a2-2b94-8c16560cd09d --- samples/js/demos/html/pc1_sdp_munge.html | 278 +++++++++++++++++++++++ samples/js/demos/index.html | 8 +- 2 files changed, 285 insertions(+), 1 deletion(-) create mode 100644 samples/js/demos/html/pc1_sdp_munge.html 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

+

+
+ +
+ + +
+
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