w3c / webrtc-pc

WebRTC 1.0 API
https://w3c.github.io/webrtc-pc/
Other
438 stars 115 forks source link

Add API for sending and playing DTMF tones #91

Closed dontcallmedom closed 9 years ago

dontcallmedom commented 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) }

dontcallmedom commented 9 years ago

Original comment by Cullen Jennings on W3C Bugzilla. Thu, 12 Jan 2012 16:26:33 GMT

Proposal has been added to git version