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

    Interface RTCSelectedIceCandidatePairStats

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

    interface RTCSelectedIceCandidatePairStats {
        localCandidate: any;
        remoteCandidate: any;
    }
    Index

    Properties

    localCandidate: any

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

    remoteCandidate: any

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