Interface IPeerConnectionHandshakeCandidateEvent

The peer connection handshake candidate event interface.

interface IPeerConnectionHandshakeCandidateEvent {
    candidate: null | IPeerConnectionHandshakeCandidate;
}

Properties

Properties

The candidate received.

Generated using TypeDoc