Liking cljdoc? Tell your friends :D
ClojureScript only.

web.rtc.RTCDTMFToneChangeEvent

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.
raw docstring

tonecljs

(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`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close