W3cubDocs

/DOM

RTCDTMFSender.ontonechange

Draft
This page is not complete.

The ontonechange property of the RTCDTMFSender interface is used to set the event handler for the tonechange event, which is sent to the RTCDTMFSender each time a tone begins or ends. The event handler receives as input a single parameter of type RTCDTMFToneChangeEvent, which describes the change.

Syntax

RTCDTMFSender.ontonechange = toneChangeHandlerFunction;

Value

A function which is called when a tonechange event is sent to the RTCDTMFSender, indicating that a DTMF tone has either started playing, or if all tones have finished playing.

Example

tbd

Specifications

Specification Status Comment
Web Audio API
The definition of 'ontonechange' in that specification.
Working Draft

Browser compatibility

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support ? No support 52 (52) No support ? No support
Feature Android Chrome Firefox Mobile (Gecko) Firefox OS IE Phone Opera Mobile Safari Mobile
Basic support ? ? 52.0 (52) ? No support ? No support

See also

© 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/RTCDTMFSender/ontonechange