Liking cljdoc? Tell your friends :D

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 rtc.RTCIceParameters dictionary's password property specifies ICE password that, in tandem with the web.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 `rtc.RTCIceParameters` dictionary's password property specifies
ICE password that, in tandem with the `web.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 rtc.RTCIceParameters dictionary's password property specifies ICE password that, in tandem with the web.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 `rtc.RTCIceParameters` dictionary's password property specifies
ICE password that, in tandem with the `web.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 rtc.RTCIceParameters dictionary's usernameFragment property the username fragment ("ufrag") that uniquely identifies the ICE session for the duration of the current ICE session.

ufrag = RTCIceParameters.usernameFragment;

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

Property.

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

`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 rtc.RTCIceParameters dictionary's usernameFragment property the username fragment ("ufrag") that uniquely identifies the ICE session for the duration of the current ICE session.

ufrag = RTCIceParameters.usernameFragment;

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

Property.

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

`ufrag = RTCIceParameters.usernameFragment;`

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close