Closed dontcallmedom closed 9 years ago
Originally reported on W3C Bugzilla ISSUE-15205 Thu, 15 Dec 2011 08:26:26 GMT Reported by Justin Uberti Assigned to
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) }
Original comment by Cullen Jennings on W3C Bugzilla. Thu, 12 Jan 2012 16:26:33 GMT
Proposal has been added to git version
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) }