Liking cljdoc? Tell your friends :D

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 rtc.RTCOfferAnswerOptions is used to specify whether or not to use automatic voice detection the audio on an rtc.RTCPeerConnection. The default value, true, that voice detection should be used and that if possible, the agent should automatically disable or mute outgoing audio when 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 `rtc.RTCOfferAnswerOptions`
is used to specify whether or not to use automatic voice detection
the audio on an `rtc.RTCPeerConnection`. The default value, true,
that voice detection should be used and that if possible, the
agent should automatically disable or mute outgoing audio when
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 rtc.RTCOfferAnswerOptions is used to specify whether or not to use automatic voice detection the audio on an rtc.RTCPeerConnection. The default value, true, that voice detection should be used and that if possible, the agent should automatically disable or mute outgoing audio when 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 `rtc.RTCOfferAnswerOptions`
is used to specify whether or not to use automatic voice detection
the audio on an `rtc.RTCPeerConnection`. The default value, true,
that voice detection should be used and that if possible, the
agent should automatically disable or mute outgoing audio when
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