Interface RTCIceCandidatePair

    interface RTCIceCandidatePair {
        local: RTCIceCandidate;
        remote: RTCIceCandidate;
    }

    Properties

    Properties