Liking cljdoc? Tell your friends :D

web.rtc.RTCIceCandidate

The RTCIceCandidate interface—part of the WebRTC API—represents candidate Internet Connectivity Establishment (ICE) configuration may be used to establish an web.video.RTCPeerConnection.

The RTCIceCandidate interface—part of the WebRTC API—represents
candidate Internet Connectivity Establishment (ICE) configuration
may be used to establish an `web.video.RTCPeerConnection`.
raw docstring

candidatecljs

(candidate this)

Property.

[Read Only]

The read-only property candidate on the web.rtc.RTCIceCandidate returns a web.DOMString describing the candidate in detail.

var candidate = RTCIceCandidate.candidate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/candidate

Property.

[Read Only]

The read-only property candidate on the `web.rtc.RTCIceCandidate`
returns a `web.DOMString` describing the candidate in detail.

`var candidate = RTCIceCandidate.candidate;`

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

componentcljs

(component this)

Property.

[Read Only]

The read-only component property on the web.rtc.RTCIceCandidate is a string which indicates whether the candidate is an RTP or RTCP candidate.

var component = RTCIceCandidate.component;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/component

Property.

[Read Only]

The read-only component property on the `web.rtc.RTCIceCandidate`
is a string which indicates whether the candidate is an RTP or
RTCP candidate.

`var component = RTCIceCandidate.component;`

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

constructorcljs

(constructor & args)

Constructor.

The RTCIceCandidate() constructor creates and returns a new web.rtc.RTCIceCandidate object, which can be configured to represent a single ICE candidate.

candidateInfo Optional An optional web.rtc.RTCIceCandidateInit object providing information about the candidate; if this is provided, the candidate is initialized configured to represent the described candidate.

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

Constructor.

The RTCIceCandidate() constructor creates and returns a new `web.rtc.RTCIceCandidate` object, which can be configured to represent a single ICE candidate.

candidateInfo Optional
An optional `web.rtc.RTCIceCandidateInit` object providing information about the candidate; if this is provided, the candidate is initialized configured to represent the described candidate.

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

foundationcljs

(foundation this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only foundation is a string which uniquely identifies the candidate across multiple

var foundation = RTCIceCandidate.foundation;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/foundation

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only foundation
is a string which uniquely identifies the candidate across multiple

`var foundation = RTCIceCandidate.foundation;`

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

ipcljs

(ip this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only ip property a string providing the address of the device which is the source the candidate.

var address = RTCIceCandidate.ip;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/ip

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only ip property
a string providing the address of the device which is the source
the candidate.

`var address = RTCIceCandidate.ip;`

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

portcljs

(port this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only port property the port number on the device at the address given by ip at the candidate's peer can be reached.

var port = RTCIceCandidate.port;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/port

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only port property
the port number on the device at the address given by `ip` at
the candidate's peer can be reached.

`var port = RTCIceCandidate.port;`

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

prioritycljs

(priority this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only priority specifies the candidate's priority according to the remote peer; higher this value is, the better the remote peer considers the to be.

var priority = RTCIceCandidate.priority;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/priority

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only priority
specifies the candidate's priority according to the remote peer;
higher this value is, the better the remote peer considers the
to be.

`var priority = RTCIceCandidate.priority;`

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

protocolcljs

(protocol this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only protocol is a string which indicates whether the candidate uses UDP or as its transport protocol.

var protocol = RTCIceCandidate.protocol;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/protocol

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only protocol
is a string which indicates whether the candidate uses UDP or
as its transport protocol.

`var protocol = RTCIceCandidate.protocol;`

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

(related-address this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only relatedAddress is a string indicating the related address of a relay or reflexive

var relAddress = RTCIceCandidate.relatedAddress;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/relatedAddress

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only relatedAddress
is a string indicating the related address of a relay or reflexive

`var relAddress = RTCIceCandidate.relatedAddress;`

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

(related-port this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only relatedPort indicates the port number of reflexive or relay candidates.

var relPort = RTCIceCandidate.relatedPort;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/relatedPort

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only relatedPort
indicates the port number of reflexive or relay candidates.

`var relPort = RTCIceCandidate.relatedPort;`

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

sdp-m-line-indexcljs

(sdp-m-line-index this)

Property.

[Read Only]

The read-only sdpMLineIndex property on the web.rtc.RTCIceCandidate is a zero-based index of the m-line describing the media associated the candidate.

var sdpMLineIndex = RTCIceCandidate.sdpMLineIndex;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/sdpMLineIndex

Property.

[Read Only]

The read-only sdpMLineIndex property on the `web.rtc.RTCIceCandidate`
is a zero-based index of the m-line describing the media associated
the candidate.

`var sdpMLineIndex = RTCIceCandidate.sdpMLineIndex;`

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

sdp-midcljs

(sdp-mid this)

Property.

[Read Only]

The read-only property sdpMid on the web.rtc.RTCIceCandidate returns a web.DOMString specifying the media stream identification of the media component with which the candidate is associated.

var sdpMid = RTCIceCandidate.sdpMid;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/sdpMid

Property.

[Read Only]

The read-only property sdpMid on the `web.rtc.RTCIceCandidate`
returns a `web.DOMString` specifying the media stream identification
of the media component with which the candidate is associated.

`var sdpMid = RTCIceCandidate.sdpMid;`

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

tcp-typecljs

(tcp-type this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only tcpType property included on TCP candidates to provide additional details about candidate type.

var tcpType = RTCIceCandidate.tcpType;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/tcpType

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only tcpType property
included on TCP candidates to provide additional details about
candidate type.

`var tcpType = RTCIceCandidate.tcpType;`

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

typecljs

(type this)

Property.

[Read Only]

The web.rtc.RTCIceCandidate interface's read-only type specifies type of candidate the object represents.

var type = RTCIceCandidate.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/type

Property.

[Read Only]

The `web.rtc.RTCIceCandidate` interface's read-only type specifies
type of candidate the object represents.

`var type = RTCIceCandidate.type;`

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

username-fragmentcljs

(username-fragment this)

Property.

[Read Only]

The read-only usernameFragment property on the web.rtc.RTCIceCandidate is a string indicating the username fragment ("ufrag") that identifies a single ICE interaction session.

var ufrag = RTCIceCandidate.usernameFragment;

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

Property.

[Read Only]

The read-only usernameFragment property on the `web.rtc.RTCIceCandidate`
is a string indicating the username fragment (\"ufrag\") that
identifies a single ICE interaction session.

`var ufrag = RTCIceCandidate.usernameFragment;`

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

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

× close