IceCandidate

open class IceCandidate

Representation of a single ICE Candidate, mirroring IceCandidateInterface in the C++ API.

Constructors

Link copied to clipboard
constructor(sdpMid: String, sdpMLineIndex: Int, sdp: String)

Properties

Link copied to clipboard
Link copied to clipboard
val sdp: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(@Nullable object: Any): Boolean
equals() checks sdpMid, sdpMLineIndex, and sdp for equality.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String