Liking cljdoc? Tell your friends :D

web.rtc.RTCOfferAnswerOptions

The WebRTC API's RTCOfferAnswerOptions dictionary is used to options that configure and control the process of creating WebRTC or answers.

The WebRTC API's RTCOfferAnswerOptions dictionary is used to
options that configure and control the process of creating WebRTC
or answers.
raw docstring

set-voice-activity-detection!cljs

(set-voice-activity-detection! this val)

Property.

The voiceActivityDetection property of the web.rtc.RTCOfferAnswerOptions is used to specify whether or not to use automatic voice detection the audio on an web.video.RTCPeerConnection. The default value, indicates that voice detection should be used and that if possible, user agent should automatically disable or mute outgoing audio the audio source is not sensing a human voice.

var options = { voiceActivityDetection: trueOrFalse };

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

Property.

The voiceActivityDetection property of the `web.rtc.RTCOfferAnswerOptions`
is used to specify whether or not to use automatic voice detection
the audio on an `web.video.RTCPeerConnection`. The default value,
indicates that voice detection should be used and that if possible,
user agent should automatically disable or mute outgoing audio
the audio source is not sensing a human voice.

`var options = {
voiceActivityDetection: trueOrFalse
};`

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

voice-activity-detectioncljs

(voice-activity-detection this)

Property.

The voiceActivityDetection property of the web.rtc.RTCOfferAnswerOptions is used to specify whether or not to use automatic voice detection the audio on an web.video.RTCPeerConnection. The default value, indicates that voice detection should be used and that if possible, user agent should automatically disable or mute outgoing audio the audio source is not sensing a human voice.

var options = { voiceActivityDetection: trueOrFalse };

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

Property.

The voiceActivityDetection property of the `web.rtc.RTCOfferAnswerOptions`
is used to specify whether or not to use automatic voice detection
the audio on an `web.video.RTCPeerConnection`. The default value,
indicates that voice detection should be used and that if possible,
user agent should automatically disable or mute outgoing audio
the audio source is not sensing a human voice.

`var options = {
voiceActivityDetection: trueOrFalse
};`

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

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

× close