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