Liking cljdoc? Tell your friends :D

web.rtc.RTCConfiguration

The RTCConfiguration dictionary is used to provide configuration for an web.audio.RTCPeerConnection. It may be passed into the when instantiating a connection, or used with the RTCPeerConnection.getConfiguration() RTCPeerConnection.setConfiguration() methods, which allow inspecting changing the configuration while a connection is established.

The RTCConfiguration dictionary is used to provide configuration
for an `web.audio.RTCPeerConnection`. It may be passed into the
when instantiating a connection, or used with the `RTCPeerConnection.getConfiguration()`
`RTCPeerConnection.setConfiguration()` methods, which allow inspecting
changing the configuration while a connection is established.
raw docstring

bundle-policycljs

(bundle-policy this)

Property.

Specifies how to handle negotiation of candidates when the remote is not compatible with the SDP BUNDLE standard. This must be of the values from the enum RTCBundlePolicy. If this value isn't in the dictionary, "balanced" is assumed.

Property.

Specifies how to handle negotiation of candidates when the remote
is not compatible with the SDP BUNDLE standard. This must be
of the values from the enum RTCBundlePolicy. If this value isn't
in the dictionary, "balanced" is assumed.
sourceraw docstring

set-bundle-policy!cljs

(set-bundle-policy! this val)

Property.

Specifies how to handle negotiation of candidates when the remote is not compatible with the SDP BUNDLE standard. This must be of the values from the enum RTCBundlePolicy. If this value isn't in the dictionary, "balanced" is assumed.

Property.

Specifies how to handle negotiation of candidates when the remote
is not compatible with the SDP BUNDLE standard. This must be
of the values from the enum RTCBundlePolicy. If this value isn't
in the dictionary, "balanced" is assumed.
sourceraw docstring

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

× close