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.
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |