Liking cljdoc? Tell your friends :D

web.rtc.RTCRtpTransceiverInit

The RTCRtpTransceiverInit dictionary is used when calling the function RTCPeerConnection.addTransceiver() to provide configuration for the new transceiver.

The RTCRtpTransceiverInit dictionary is used when calling the
function `RTCPeerConnection.addTransceiver()` to provide configuration
for the new transceiver.
raw docstring

directioncljs

(direction this)

Property.

The new transceiver's preferred directionality. This value is to initialize the new RTCRtpTransceiver object's RTCRtpTransceiver.direction

Property.

The new transceiver's preferred directionality. This value is
to initialize the new RTCRtpTransceiver object's RTCRtpTransceiver.direction
sourceraw docstring

send-encodingscljs

(send-encodings this)

Property.

A list of encodings to allow when sending RTP media from the Each entry is of type RTCRtpEncodingParameters.

Property.

A list of encodings to allow when sending RTP media from the
Each entry is of type RTCRtpEncodingParameters.
sourceraw docstring

set-direction!cljs

(set-direction! this val)

Property.

The new transceiver's preferred directionality. This value is to initialize the new RTCRtpTransceiver object's RTCRtpTransceiver.direction

Property.

The new transceiver's preferred directionality. This value is
to initialize the new RTCRtpTransceiver object's RTCRtpTransceiver.direction
sourceraw docstring

set-send-encodings!cljs

(set-send-encodings! this val)

Property.

A list of encodings to allow when sending RTP media from the Each entry is of type RTCRtpEncodingParameters.

Property.

A list of encodings to allow when sending RTP media from the
Each entry is of type RTCRtpEncodingParameters.
sourceraw docstring

set-streams!cljs

(set-streams! this val)

Property.

A list of MediaStream objects to add to the transceiver'sRTCRtpReceiver; the remote peer's RTCPeerConnection's track event occurs, these the streams that will be specified by that event.

Property.

A list of MediaStream objects to add to the transceiver'sRTCRtpReceiver;
the remote peer's RTCPeerConnection's track event occurs, these
the streams that will be specified by that event.
sourceraw docstring

streamscljs

(streams this)

Property.

A list of MediaStream objects to add to the transceiver'sRTCRtpReceiver; the remote peer's RTCPeerConnection's track event occurs, these the streams that will be specified by that event.

Property.

A list of MediaStream objects to add to the transceiver'sRTCRtpReceiver;
the remote peer's RTCPeerConnection's track event occurs, these
the streams that will be specified by that event.
sourceraw docstring

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

× close