Liking cljdoc? Tell your friends :D

web.rtc.RTCDTMFSender

Listen to these events using addEventListener() or by assigning event listener to the oneventname property of this interface.

Listen to these events using `addEventListener()` or by assigning
event listener to the oneventname property of this interface.
raw docstring

insert-dtmfcljs

(insert-dtmf this & args)

Method.

The insertDTMF() method on the web.rtc.RTCDTMFSender interface sending tones to the remote peer over the web.video.RTCPeerConnection. of the tones is performed asynchronously, with tonechange events to the RTCDTMFSender every time a tone starts or ends.

RTCDTMFSender.insertDTMF(tones[, duration[, interToneGap]]);

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

Method.

The insertDTMF() method on the `web.rtc.RTCDTMFSender` interface
sending tones to the remote peer over the `web.video.RTCPeerConnection`.
of the tones is performed asynchronously, with tonechange events
to the RTCDTMFSender every time a tone starts or ends.

`RTCDTMFSender.insertDTMF(tones[, duration[, interToneGap]]);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFSender/insertDTMF`
sourceraw docstring

ontonechangecljs

(ontonechange this)

Property.

[Draft]

The ontonechange property of the web.rtc.RTCDTMFSender interface used to set the event handler for the tonechange event, which sent to the RTCDTMFSender each time a tone begins or ends. The handler receives as input a single parameter of type web.rtc.RTCDTMFToneChangeEvent, describes the change.

RTCDTMFSender.ontonechange = toneChangeHandlerFunction;

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

Property.

[Draft]

The ontonechange property of the `web.rtc.RTCDTMFSender` interface
used to set the event handler for the tonechange event, which
sent to the RTCDTMFSender each time a tone begins or ends. The
handler receives as input a single parameter of type `web.rtc.RTCDTMFToneChangeEvent`,
describes the change.

`RTCDTMFSender.ontonechange = toneChangeHandlerFunction;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFSender/ontonechange`
sourceraw docstring

set-ontonechange!cljs

(set-ontonechange! this val)

Property.

[Draft]

The ontonechange property of the web.rtc.RTCDTMFSender interface used to set the event handler for the tonechange event, which sent to the RTCDTMFSender each time a tone begins or ends. The handler receives as input a single parameter of type web.rtc.RTCDTMFToneChangeEvent, describes the change.

RTCDTMFSender.ontonechange = toneChangeHandlerFunction;

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

Property.

[Draft]

The ontonechange property of the `web.rtc.RTCDTMFSender` interface
used to set the event handler for the tonechange event, which
sent to the RTCDTMFSender each time a tone begins or ends. The
handler receives as input a single parameter of type `web.rtc.RTCDTMFToneChangeEvent`,
describes the change.

`RTCDTMFSender.ontonechange = toneChangeHandlerFunction;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFSender/ontonechange`
sourceraw docstring

tone-buffercljs

(tone-buffer this)

Property.

[Read Only]

The web.rtc.RTCDTMFSender interface's toneBuffer property returns string containing a list of the DTMF tones currently queued for to the remote peer over the web.video.RTCPeerConnection. To tones into the buffer, call insertDTMF().

var toneBuffer = RTCDTMFSender.toneBuffer;

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

Property.

[Read Only]

The `web.rtc.RTCDTMFSender` interface's toneBuffer property returns
string containing a list of the DTMF tones currently queued for
to the remote peer over the `web.video.RTCPeerConnection`. To
tones into the buffer, call `insertDTMF()`.

`var toneBuffer = RTCDTMFSender.toneBuffer;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDTMFSender/toneBuffer`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close