@twilio/voice-sdk
    Preparing search index...

    Interface RTCIceCandidateStatsReport

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

    interface RTCIceCandidateStatsReport {
        iceCandidateStats: any[];
        selectedIceCandidatePairStats?: RTCSelectedIceCandidatePairStats;
    }
    Index

    Properties

    iceCandidateStats: any[]

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

    selectedIceCandidatePairStats?: RTCSelectedIceCandidatePairStats

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