Skip to content

Commit 1761fe4

Browse files
authored
Merge pull request #2742 from jan-ivar/determineDtmf
Don't queue a task in the determine DTMF algorithm.
2 parents 5e68342 + 21d3d33 commit 1761fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webrtc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14864,8 +14864,8 @@ <h3>
1486414864
</h3>
1486514865
<p>
1486614866
To <dfn>determine if DTMF can be sent</dfn> for an {{RTCDTMFSender}}
14867-
instance <var>dtmfSender</var>, the user agent MUST queue a task that
14868-
runs the following steps:
14867+
instance <var>dtmfSender</var>, the user agent MUST run the following
14868+
steps:
1486914869
</p>
1487014870
<ol>
1487114871
<li class="no-test-needed">Let <var>sender</var> be the

0 commit comments

Comments
 (0)