The RTCDTMFToneChangeEvent
interface represents events sent to indicate that DTMF tones have started or finished finished playing. This interface is used by the tonechange
event.
In addition to the properties of Event
, this interface offers the following:
RTCDTMFToneChangeEvent.tone
Read only
DOMString
specifying the tone which has begun playing, or an empty string (""
) if the previous tone has finished playing.RTCDTMFToneChangeEvent()
RTCDTMFToneChangeEvent
. It takes two parameters, the first being a DOMString
representing the type of the event (always "tonechange"
); the second a dictionary containing the initial state of the properties of the event.Supports the methods defined in Event
. There are no additional methods.
tbd
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCDTMFToneChangeEvent' in that specification. | Working Draft | Initial definition. |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 52 (52) | No support | (Yes) | ? |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | ? | ? | (Yes) | 52.0 (52) | No support | ? | ? |
RTCDTMFSender
.
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFToneChangeEvent