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

constructorcljs

(constructor & args)

Constructor.

The RTCDTMFToneChangeEvent() constructor creates a new web.rtc.RTCDTMFToneChangeEvent.

type A web.DOMString containing the name of the event. This is always "tonechange". options A dictionary of type RTCDTMFToneChangeEventInit, which may contain one or more of the following fields:

tone A web.DOMString 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. See Tone characters for details on what characters are permitted.

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFToneChangeEvent/RTCDTMFToneChangeEvent

Constructor.

The RTCDTMFToneChangeEvent() constructor creates a new `web.rtc.RTCDTMFToneChangeEvent`.

type
A `web.DOMString` containing the name of the event. This is always \"tonechange\".
options
A dictionary of type RTCDTMFToneChangeEventInit, which may contain one or more of the following fields:

tone
A `web.DOMString` 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. See Tone characters for details on what characters are permitted.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFToneChangeEvent/RTCDTMFToneChangeEvent`
sourceraw 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 is a website building & hosting documentation for Clojure/Script libraries

× close