- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Aug 2012 09:32:40 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2011/webrtc/editor
In directory hutz:/tmp/cvs-serv19766
Modified Files:
webrtc.html
Log Message:
added definition of datachannel event in summary
removed definition of mediastreamtrack and mediatrack events (which duplicates getusermedia stuff)
fixing internal anchors
Index: webrtc.html
===================================================================
RCS file: /sources/public/2011/webrtc/editor/webrtc.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- webrtc.html 16 Aug 2012 18:21:34 -0000 1.23
+++ webrtc.html 17 Aug 2012 09:32:38 -0000 1.24
@@ -695,7 +695,7 @@
<p>If something in the browser changes that causes the
<code><a>RTCPeerConnection</a></code> object to need to initiate a new
session description negotiation, an <code><a href=
- "#event-negotiation">negotiationneeded</a></code> event is fired at the
+ "#event-negotiationneeded">negotiationneeded</a></code> event is fired at the
<code><a>RTCPeerConnection</a></code> object.</p>
<p>In particular, if a <code><a>RTCPeerConnection</a></code> object is
@@ -1023,7 +1023,7 @@
<section>
<h3>RTCConfiguration Type</h3>
- <dl class="idl" title="dictionary RTCIceServer">
+ <dl class="idl" title="dictionary RTCConfiguration">
<dt>RTCIceServer[] iceServers</dt>
<dd>
@@ -1404,7 +1404,7 @@
<dt>attribute EventHandler ondatachannel</dt>
<dd>This event handler, of type <code><a href=
- "#event-peerconnection-datachannel">datachannel</a></code> , MUST be
+ "#event-rtcpeerconnection-datachannel">datachannel</a></code> , MUST be
supported by all objects implementing the
<code><a>RTCPeerConnection</a></code> interface.</dd><!--
<dt>void send (DOMString text)</dt>
@@ -1609,7 +1609,7 @@
<dd>
This event handler, of event handler event type <code><a href=
- "#event-negotiation-needed">negotiationneeded</a></code> , MUST
+ "#event-negotiationneeded">negotiationneeded</a></code> , MUST
be supported by all objects implementing the
<code><a>RTCPeerConnection</a></code> interface.
</dd>
@@ -2010,7 +2010,7 @@
<li>
<p><a>Fire a datachannel event</a> named <code><a href=
- "#event-peerconnection-datachannel">datachannel</a></code> with
+ "#event-rtcpeerconnection-datachannel">datachannel</a></code> with
<var>channel</var> at the <code><a>RTCPeerConnection</a></code>
object.</p>
</li>
@@ -2440,7 +2440,7 @@
<h3>DataChannelEvent</h3>
<p>The <code><a href=
- "#event-peerconnection-datachannel">datachannel</a></code> event use the
+ "#event-rtcpeerconnection-datachannel">datachannel</a></code> event use the
<code><a>DataChannelEvent</a></code> interface.</p>
<p><dfn id="fire-a-datachannel-event" title=
@@ -2616,8 +2616,17 @@
</tr>
<tr>
+ <td><dfn id="event-rtcpeerconnection-datachannel"><code>datachannel</code></dfn></td>
+
+ <td><code><a><code>DataChannelEvent</code></a></code></td>
+
+ <td>TODO</td>
+ </tr>
+
+
+ <tr>
<td><dfn id=
- "event-negotiation"><code>negotiationneeded</code></dfn></td>
+ "event-negotiationneeded"><code>negotiationneeded</code></dfn></td>
<td><code><a>Event</a></code></td>
Received on Friday, 17 August 2012 09:32:56 UTC