Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2584)

Unified Diff: chrome/test/data/webrtc/manual/peerconnection-help.html

Issue 11618019: Update peerconnection-help.html to include instructions for creating a data channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated to latest code base. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/manual/peerconnection-help.html
diff --git a/chrome/test/data/webrtc/manual/peerconnection-help.html b/chrome/test/data/webrtc/manual/peerconnection-help.html
index 59c868e3fbbae31e41fe5f3c95e5b9e2cae149c7..f3eb096d8d500dd78f5eab00a5fd6469528548a9 100644
--- a/chrome/test/data/webrtc/manual/peerconnection-help.html
+++ b/chrome/test/data/webrtc/manual/peerconnection-help.html
@@ -35,6 +35,25 @@
need to disconnect: that's done automatically when you close the
page. Hanging up is NOT done automatically though.</li>
</ol>
+
+<p>
+ To create a data channel:
+</p>
+<ol>
+ <li>Make sure Chrome is started with the --enable-data-channels flag.</li>
+ <li>Follow the instructions above to connect two tabs to a
+ peerconnection_server.</li>
+ <li>Click the Data channel: Create button in one tab. Notice the status
+ changes to "connecting".</li>
+ <li>Click the Call:Negotiate button. You should see the status change to
+ "open" in both tabs. </li>
+ <li>Enter text in the textbox next to the Send data button and then click Send
+ data. Notice the text is received in the remote tab in the Received on data
+ channel text box. Data can be sent in both direct.</li>
+ <li>To close the channel press the Close button followed by Negotiate. Notice
+ the status change to "closed"</li>
+</ol>
+
<p>Detailed descriptions:</p>
<ul>
<li>Connect - once a connection is established, you generally won't
@@ -80,5 +99,7 @@
local stream.</li>
</ul>
+
+
</body>
</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698