- From: <bugzilla@jessica.w3.org>
- Date: Thu, 15 Dec 2011 08:26:27 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15205 Summary: Add API for sending and playing DTMF tones Product: WebRTC Working Group Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: WebRTC API AssignedTo: public-webrtc@w3.org ReportedBy: juberti@google.com CC: public-webrtc@w3.org This bug will track the details of the DTMF API. Current proposal (from https://docs.google.com/a/google.com/document/d/1oqPfWoeq9mDAJKV8RStw-FVzln7HRO50gkFR0wiPjbk/edit?hl=en_US): class AudioMediaStreamTrack : MediaStreamTrack { readonly attribute boolean canInsertDTMF; void insertDTMF(in DOMString tones, optional long duration) } - |tones| consists of 0-9, '#', '*', A-D, and ',' - if unspecified, |duration| is 100 ms - inter-digit pause is 50 ms - ',' adds an additional 50 ms pause -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
Received on Thursday, 15 December 2011 08:26:33 UTC