Skip to content

Commit

Permalink
Update RTCTrackEvent text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jun 13, 2017
1 parent f5cc264 commit a2eab3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12249,9 +12249,11 @@ <h2>Event summary</h2>
<tr>
<td><dfn id="event-track"><code>track</code></dfn></td>
<td><code><a>RTCTrackEvent</a></code></td>
<td>A new incoming <code>MediaStreamTrack</code> has been created
to represent incoming media received by a specific <code>
<a>RTCRtpReceiver</a></code>.</td>
<td>New incoming media has been negotiated for a specific
<code><a>RTCRtpReceiver</a></code>, and that receiver's
<code>track</code> has been added to any associated remote
<code>MediaStream</code>s.
</td>
</tr>
<tr>
<td><dfn id=
Expand Down

0 comments on commit a2eab3d

Please sign in to comment.