diff --git a/samples/js/demos/html/dc1.html b/samples/js/demos/html/dc1.html index f327b7901..195296aa2 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.

+ + + + +
+ + + + + -