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.
(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
(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.
(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
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close