Skip to content

Commit

Permalink
Added info that track id may not be unique at receiving end.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefhak committed Feb 9, 2017
1 parent 270f72e commit 2fa8915
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webrtc.html
Expand Up @@ -4288,7 +4288,10 @@ <h2>RTP Media API</h2>
ways to send does not and thus allows sending the same
<code>MediaStreamTrack</code> (possibly using different
<code><a>RTCRtpParameters</a></code> for different senders) in several
copies simultaneously. </p>
copies simultaneously. Doing so can have the implication that at the
receiving end of the connection there are several
<code>MediaStreamTrack</code>'s that have identical
<code>id</code>.</p>
<section>
<h3>RTCPeerConnection Interface Extensions</h3>
<p>The RTP media API extends the <code><a>RTCPeerConnection</a></code>
Expand Down

0 comments on commit 2fa8915

Please sign in to comment.