Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify that sdpFmtpLine may not be there #780

Merged
merged 3 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -875,8 +875,11 @@ <h2>
</dt>
<dd>
<p>
The a=fmtp line in the SDP corresponding to the codec, i.e., after the colon
following the PT. This defined by [[!JSEP]] in Section 5.7.
The "format specific parameters" field from the
<code class="sdp">a=fmtp</code> line in the SDP
corresponding to the codec, if one [= map/exist =]s,
as defined by
[[!RFC8829]] (<a href="https://www.rfc-editor.org/rfc/rfc8829#section-5.8">section 5.8</a>).
</p>
</dd>
</dl>
Expand Down
3 changes: 0 additions & 3 deletions webrtc-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ var respecConfig = {
status: "Internet Draft",
publisher: "IETF"
},
"JSEP": {
"aliasOf": "RFC8829"
}
},
postProcess: [
function generateStatsHierarchy(config, doc) {
Expand Down