W3cubDocs

/Haxe JavaScript

DTMFToneChangeEvent

package js.html.rtc

extends Event

Available on js

The RTCDTMFToneChangeEvent interface represents events sent to indicate that DTMF tones have started or finished playing. This interface is used by the tonechange event.

Documentation RTCDTMFToneChangeEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Constructor

new(type:String, ?eventInitDict:Null<DTMFToneChangeEventInit>)

Throws:

null

DOMError

Variables

read onlytone:String

A DOMString specifying the tone which has begun playing, or an empty string ("") if the previous tone has finished playing.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/rtc/DTMFToneChangeEvent.html