Baseline Widely available
The RTCDTMFToneChangeEvent()
constructor creates a new RTCDTMFToneChangeEvent
object.
new RTCDTMFToneChangeEvent(type)
new RTCDTMFToneChangeEvent(type, options)
Parameters
type
A string with the name of the event. It is case-sensitive and browsers always set it to tonechange
.
options
Optional
An object that, in addition of the properties defined in Event()
, can have the following properties:
tone
Optional
A string containing a single DTMF tone character which has just begun to play, or an empty string (""
) to indicate that the previous tone has stopped playing. It defaults to ""
. See Tone characters for details on what characters are permitted.
A new RTCDTMFToneChangeEvent
object, configured as specified in the provided options.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3