Options
Menu

Interface RTCIceCandidateStatsReport

A WebRTC stats report containing relevant information about selected and gathered ICE candidates.

Hierarchy

  • RTCIceCandidateStatsReport

Index

Properties

iceCandidateStats

iceCandidateStats: RTCIceCandidateStats[]

An array of WebRTC stats for the ICE candidates gathered when connecting to media.

Optional selectedIceCandidatePairStats

selectedIceCandidatePairStats: RTCSelectedIceCandidatePairStats

A WebRTC stats for the ICE candidate pair used to connect to media, if candidates were selected.

Generated using TypeDoc