Interface RTCIceCandidateStats

Interface representing the statistics of an RTC ICE candidate.

Inline

Hierarchy

  • RTCIceCandidateStats

Properties

address: string

The address of the ICE candidate.

candidateType: RTCIceCandidateType

The type of the ICE candidate.

deleted: boolean

Indicates whether the ICE candidate has been deleted.

id: string

The unique identifier for the ICE candidate.

port: number

The port number of the ICE candidate.

priority: number

The priority of the ICE candidate.

protocol: RTCIceProtocol

The protocol used by the ICE candidate.

relayProtocol?: "tcp" | "udp" | "tls"

The relay protocol used by the ICE candidate, if applicable.

timestamp: number

The timestamp when the ICE candidate was generated.

transportId: string

The transport identifier for the ICE candidate.

type: string

The type of the ICE candidate, either local or remote.

url: string

The URL of the ICE candidate.