[Webkit-unassigned] [Bug 132952] [MediaStream] RTCDtmfSender default values need to be updated.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 15 08:26:20 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=132952
Eric Carlson <eric.carlson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #231512|commit-queue? |commit-queue-
Flag| |
--- Comment #4 from Eric Carlson <eric.carlson at apple.com> 2014-05-15 08:26:41 PST ---
(From update of attachment 231512)
View in context: https://bugs.webkit.org/attachment.cgi?id=231512&action=review
> LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html:47
> dtmfsender.insertDTMF("1");
> shouldBeEqualToString('dtmfsender.toneBuffer', "1");
> + shouldBeEqualToString('dtmfsender.duration', "100");
> + shouldBeEqualToString('dtmfsender.interToneGap', "70");
insertDTMF() has two optional parameters:
[RaisesException] void insertDTMF(DOMString tones, optional long duration, optional long interToneGap);
so you can also test the tone duration and inter-tone gap maximum and minimum.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list