From 9833f29ca94cd7efd288b631627b61f6175ae9b9 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Mon, 6 Feb 2017 14:43:00 -0500 Subject: [PATCH] Fix inconsistencies in description of RTCDTMFToneChangeEvent.tone Fix for Issue https://github.com/w3c/webrtc-pc/issues/1014 --- webrtc.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/webrtc.html b/webrtc.html index 5bcea194b..86d1bd5f1 100644 --- a/webrtc.html +++ b/webrtc.html @@ -8772,11 +8772,12 @@

Dictionary RTCDTMFToneChangeEventInit
tone of type DOMString
-

The tone attribute contains the character for the - tone that has just begun playout (see +

The tone attribute contains the + character for the tone that has just begun playout (see insertDTMF ). If the value is the empty - string, it indicates that the previous tone has completed - playback.

+ string, it indicates that the toneBuffer is an empty string and that + the previous tones have completed playback.

@@ -11410,7 +11411,8 @@

Event summary

The RTCDTMFSender object has either just begun playout of a tone (returned as the tone attribute) or just ended - playout of a tone (returned as an empty value in the + the playout tones in the toneBuffer (returned as an + empty value in the tone attribute).