Liking cljdoc? Tell your friends :D

web.rtc.RTCIceParameters

The RTCIceParameters dictionary specifies the username fragment password assigned to an ICE session.

The RTCIceParameters dictionary specifies the username fragment
password assigned to an ICE session.
raw docstring

passwordcljs

(password this)

Property.

The web.rtc.RTCIceParameters dictionary's password property the ICE password that, in tandem with the usernameFragment, identifies an ICE session for its entire duration.

password = RTCIceParameters.password;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceParameters/password

Property.

The `web.rtc.RTCIceParameters` dictionary's password property
the ICE password that, in tandem with the `usernameFragment`,
identifies an ICE session for its entire duration.

`password = RTCIceParameters.password;`

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

set-password!cljs

(set-password! this val)

Property.

The web.rtc.RTCIceParameters dictionary's password property the ICE password that, in tandem with the usernameFragment, identifies an ICE session for its entire duration.

password = RTCIceParameters.password;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceParameters/password

Property.

The `web.rtc.RTCIceParameters` dictionary's password property
the ICE password that, in tandem with the `usernameFragment`,
identifies an ICE session for its entire duration.

`password = RTCIceParameters.password;`

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

set-username-fragment!cljs

(set-username-fragment! this val)

Property.

The web.rtc.RTCIceParameters dictionary's usernameFragment specifies the username fragment ("ufrag") that uniquely identifies corresponding ICE session for the duration of the current ICE

ufrag = RTCIceParameters.usernameFragment;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceParameters/usernameFragment

Property.

The `web.rtc.RTCIceParameters` dictionary's usernameFragment
specifies the username fragment (\"ufrag\") that uniquely identifies
corresponding ICE session for the duration of the current ICE

`ufrag = RTCIceParameters.usernameFragment;`

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

username-fragmentcljs

(username-fragment this)

Property.

The web.rtc.RTCIceParameters dictionary's usernameFragment specifies the username fragment ("ufrag") that uniquely identifies corresponding ICE session for the duration of the current ICE

ufrag = RTCIceParameters.usernameFragment;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceParameters/usernameFragment

Property.

The `web.rtc.RTCIceParameters` dictionary's usernameFragment
specifies the username fragment (\"ufrag\") that uniquely identifies
corresponding ICE session for the duration of the current ICE

`ufrag = RTCIceParameters.usernameFragment;`

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

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

× close