From 9833f29ca94cd7efd288b631627b61f6175ae9b9 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Mon, 6 Feb 2017 14:43:00 -0500 Subject: [PATCH 1/3] 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). From 64f501b713d329e8a8efabdc6513f61b8941dcae Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Mon, 6 Feb 2017 14:45:29 -0500 Subject: [PATCH 2/3] Add link to toneBuffer toneBuffer link added --- webrtc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webrtc.html b/webrtc.html index 86d1bd5f1..457430775 100644 --- a/webrtc.html +++ b/webrtc.html @@ -11411,8 +11411,9 @@

Event summary

The RTCDTMFSender object has either just begun playout of a tone (returned as the tone attribute) or just ended - the playout tones in the toneBuffer (returned as an - empty value in the + the playout tones in the + toneBuffer + (returned as an empty value in the tone attribute). From bea297626b98ecda4521c22bdc0e6db2a5065ce4 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Mon, 6 Feb 2017 14:54:38 -0500 Subject: [PATCH 3/3] Add link to toneBuffer Add link to toneBufer --- webrtc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc.html b/webrtc.html index 457430775..07e39de9e 100644 --- a/webrtc.html +++ b/webrtc.html @@ -11411,7 +11411,7 @@

Event summary

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