RTCIceCandidate

@native @JSGlobal @JSType
class RTCIceCandidate(candidateInitDict: RTCIceCandidateInit) extends Object

The RTCIceCandidate interface of the the WebRTC API represents a candidate internet connectivity establishment (ICE) server for establishing an RTCPeerConnection.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields

var candidate: String

Returns a transport address for the candidate that can be used for connectivity checks. The format of this address is a candidate-attribute as defined in RFC 5245.

Returns a transport address for the candidate that can be used for connectivity checks. The format of this address is a candidate-attribute as defined in RFC 5245.

var sdpMLineIndex: Double

If not null, this indicates the index (starting at zero) of the media description (as defined in RFC 4566) in the SDP this candidate is associated with.

If not null, this indicates the index (starting at zero) of the media description (as defined in RFC 4566) in the SDP this candidate is associated with.

var sdpMid: String

If not null, this contains the identifier of the "media stream identification" (as defined in RFC 5888) for the media component this candidate is associated with.

If not null, this contains the identifier of the "media stream identification" (as defined in RFC 5888) for the media component this candidate is associated with.