Search


Search something to see results

RTCIceCandidatePair

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

Index

Properties

Properties