Options
Menu

Interface RTCSelectedIceCandidatePairStats

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

Hierarchy

  • RTCSelectedIceCandidatePairStats

Index

Properties

localCandidate

localCandidate: RTCIceCandidateStats

An RTCIceCandidateStats object which provides information related to the selected local ICE candidate.

remoteCandidate

remoteCandidate: RTCIceCandidateStats

An RTCIceCandidateStats object which provides information related to the selected remote ICE candidate.

Generated using TypeDoc