The RTCDTMFToneChangeEvent interface represents events sent to that DTMF tones have started or finished playing. This interface used by the tonechange event.
The RTCDTMFToneChangeEvent interface represents events sent to that DTMF tones have started or finished playing. This interface used by the tonechange event.
(tone this)
Property.
[Read Only]
The read-only property RTCDTMFToneChangeEvent.tone returns the
character which has just begun to play, or an empty string ("").
all queued tones have finished playing (that is, RTCDTMFSender.toneBuffer
empty).
var tone = RTCDTMFToneChangeEvent.tone;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFToneChangeEvent/tone
Property. [Read Only] The read-only property RTCDTMFToneChangeEvent.tone returns the character which has just begun to play, or an empty string (\"\"). all queued tones have finished playing (that is, `RTCDTMFSender.toneBuffer` empty). `var tone = RTCDTMFToneChangeEvent.tone;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFToneChangeEvent/tone`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |