IceCandidate

@Serializable
data class IceCandidate(val candidate: String, val sdpMid: String, val sdpMLineIndex: Int)(source)

Represents an ICE candidate in the WebRtc connection process.

See also

Constructors

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

Properties

Link copied to clipboard

The ICE candidate string in SDP format.

Link copied to clipboard

The media stream identifier for the candidate.

Link copied to clipboard

The index of the media description in the SDP.