Liking cljdoc? Tell your friends :D

rtc.RTCRtpSynchronizationSource

The RTCRtpSynchronizationSource dictionary of the the WebRTC is used by web.getSynchronizationSources() to describe a particular source (SSRC).

The RTCRtpSynchronizationSource dictionary of the the WebRTC
is used by `web.getSynchronizationSources()` to describe a particular
source (SSRC).
raw docstring

set-voice-activity-flag!cljs

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

Property.

The read-only voiceActivityFlag property of the rtc.RTCRtpSynchronizationSource indicates whether or not the most recent RTP packet on the source voice activity.

var voiceActivity = RTCRtpSynchronizationSource.voiceActivityFlag

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

Property.

The read-only voiceActivityFlag property of the `rtc.RTCRtpSynchronizationSource`
indicates whether or not the most recent RTP packet on the source
voice activity.

`var voiceActivity = RTCRtpSynchronizationSource.voiceActivityFlag`

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

voice-activity-flagcljs

(voice-activity-flag this)

Property.

The read-only voiceActivityFlag property of the rtc.RTCRtpSynchronizationSource indicates whether or not the most recent RTP packet on the source voice activity.

var voiceActivity = RTCRtpSynchronizationSource.voiceActivityFlag

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

Property.

The read-only voiceActivityFlag property of the `rtc.RTCRtpSynchronizationSource`
indicates whether or not the most recent RTP packet on the source
voice activity.

`var voiceActivity = RTCRtpSynchronizationSource.voiceActivityFlag`

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

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

× close