From 7a7b929882a15218f089db6cafd33a386582beec Mon Sep 17 00:00:00 2001 From: "vikasmarwaha@webrtc.org" Date: Mon, 23 Sep 2013 18:03:33 +0000 Subject: [PATCH] Updated dc1.html to support SCTP transport. R=dutton@google.com Review URL: https://webrtc-codereview.appspot.com/2058004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4814 4adac7df-926f-26a2-2b94-8c16560cd09d --- samples/js/demos/html/dc1.html | 130 +++++++++++++++++++++------------ 1 file changed, 85 insertions(+), 45 deletions(-) diff --git a/samples/js/demos/html/dc1.html b/samples/js/demos/html/dc1.html index f327b79011..195296aa27 100644 --- a/samples/js/demos/html/dc1.html +++ b/samples/js/demos/html/dc1.html @@ -10,58 +10,99 @@ button { textarea { font-family: monospace; margin: 2px; - width: 480px; - height: 640px; + height: 400px; + width: 300px; +} +div#send { + float: left; + margin-right: 20px; +} +div#receive { +} +div#sendreceive { + margin: 0 0 20px 0; +} +h2 { + margin: 0 0 10px 0; } -#left { position: absolute; left: 0; top: 0; width: 50%; } -#right { position: absolute; right: 0; top: 0; width: 50%; } - -
-
+
+

Send data

-
- - - -
+
- +
+

Choose SCTP or RTP for transmitting data.

+ + + + +
+ + + + + -