Skip to content

Commit

Permalink
Payload Type Uniqueness
Browse files Browse the repository at this point in the history
Fix for Issue #405
  • Loading branch information
aboba committed Mar 12, 2016
1 parent f5f3cb5 commit 8156b54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ortc.html
Expand Up @@ -2667,8 +2667,7 @@ <h3>dictionary RTCRtpCodecCapability</h3>
represents the preferred RTP payload type for sending.
When returned by <code>RTCRtpReceiver.getCapabilities()</code>, <var>RTCRtpCapabilities.codecs.preferredPayloadtype</var>
represents the preferred RTP payload type for receiving.
To avoid payload type conflicts, each value of <var>RTCRtpCodecCapability.name</var> should have a unique value of
<var>RTCRtpCodecCapability.preferredPayloadtype</var>.
To avoid payload type conflicts, each value of <var>preferredPayloadtype</var> MUST be unique.
</p>
</dd>
<dt>unsigned long maxptime</dt>
Expand Down

0 comments on commit 8156b54

Please sign in to comment.