Skip to content

Commit

Permalink
clarify that sdpFmtpLine may not be there (#780)
Browse files Browse the repository at this point in the history
* clarify that sdpFmtpLine may not be there

fixes #779

* remove JSEP alias

* Update webrtc-stats.html

Co-authored-by: Philipp Hancke <fippo@goodadvice.pages.de>

---------

Co-authored-by: Harald Alvestrand <hta+github@alvestrand.no>
  • Loading branch information
fippo and alvestrand committed Jan 25, 2024
1 parent 431b2ca commit fdffc88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit fdffc88

Please sign in to comment.