Skip to content

Commit

Permalink
Fix inconsistencies in description of RTCDTMFToneChangeEvent.tone
Browse files Browse the repository at this point in the history
Fix for Issue #1014
  • Loading branch information
aboba committed Feb 6, 2017
1 parent 6be0269 commit 9833f29
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions webrtc.html
Expand Up @@ -8772,11 +8772,12 @@ <h2>Dictionary <dfn>RTCDTMFToneChangeEventInit</dfn>
<dt><dfn><code>tone</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>
<p>The <code>tone</code> attribute contains the character for the
tone that has just begun playout (see
<p>The <code>tone</code> attribute contains the
character for the tone that has just begun playout (see
<code><a>insertDTMF</a></code> ). If the value is the empty
string, it indicates that the previous tone has completed
playback.</p>
string, it indicates that the <code><a data-for=
"RTCDTMFSender">toneBuffer</a></code> is an empty string and that
the previous tones have completed playback.</p>
</dd>
</dl>
</section>
Expand Down Expand Up @@ -11410,7 +11411,8 @@ <h2>Event summary</h2>
<td>The <code><a>RTCDTMFSender</a></code> object has either just
begun playout of a tone (returned as the <code><a data-link-for=
"RTCDTMFToneChangeEvent">tone</a></code> attribute) or just ended
playout of a tone (returned as an empty value in the
the playout tones in the <code>toneBuffer</code> (returned as an
empty value in the
<code><a data-link-for="RTCDTMFToneChangeEvent">tone</a></code>
attribute).</td>
</tr>
Expand Down

0 comments on commit 9833f29

Please sign in to comment.