Skip to content

Commit

Permalink
Document updates to REC from #2744 #2748 #2742
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 27, 2022
1 parent 78f6531 commit 1f3f81c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions amendments.json
Expand Up @@ -101,5 +101,23 @@
"status": "candidate",
"id": 8
}
],
"determine-dtmf": [
{
"description": "No longer queue a task in the determine DTMF algorithm",
"pr": 2742,
"type": "correction",
"status": "candidate",
"id": 9
}
],
"mti-stats-table": [
{
"description": "Align MTI stats with implementations",
"pr": [2744, 2748],
"type": "correction",
"status": "candidate",
"id": 10
}
]
}
4 changes: 2 additions & 2 deletions base-rec.html
Expand Up @@ -14874,7 +14874,7 @@ <h4 id="methods-13">
<h3 id="x7-3-caninsertdtmf-algorithm"><bdi class="secno">7.3 </bdi>
canInsertDTMF algorithm
<a class="self-link" aria-label="§" href="#caninsertdtmf-algorithm"></a></h3>
<p>
<p id="determine-dtmf">
To <dfn id="dfn-determine-if-dtmf-can-be-sent">determine if DTMF can be sent</dfn> for an <a data-link-type="idl" href="#dom-rtcdtmfsender" class="internalDFN" id="ref-for-dom-rtcdtmfsender-11"><code><code>RTCDTMFSender</code></code></a>
instance <var>dtmfSender</var>, the user agent <em class="rfc2119">MUST</em> queue a task that
runs the following steps:
Expand Down Expand Up @@ -15336,7 +15336,7 @@ <h3 id="x8-6-mandatory-to-implement-stats"><bdi class="secno">8.6 </bdi>
valid for that object in addition to the generic fields defined in
the <a data-link-type="idl" href="#dom-rtcstats" class="internalDFN" id="ref-for-dom-rtcstats-18"><code><code>RTCStats</code></code></a> dictionary:
</p>
<table class="simple">
<table class="simple" id="mti-stats-table">
<thead>
<tr>
<th>
Expand Down
4 changes: 2 additions & 2 deletions webrtc.html
Expand Up @@ -14832,7 +14832,7 @@ <h2>
<h3>
canInsertDTMF algorithm
</h3>
<p>
<p id="determine-dtmf">
To <dfn>determine if DTMF can be sent</dfn> for an {{RTCDTMFSender}}
instance <var>dtmfSender</var>, the user agent MUST run the following
steps:
Expand Down Expand Up @@ -15317,7 +15317,7 @@ <h3>
valid for that object in addition to the generic fields defined in
the {{RTCStats}} dictionary:
</p>
<table class="simple">
<table class="simple" id="mti-stats-table">
<thead>
<tr>
<th>
Expand Down

0 comments on commit 1f3f81c

Please sign in to comment.