Interface IPeerConnectionHandshakeCandidate

The peer connection handshake candidate interface.

interface IPeerConnectionHandshakeCandidate {
    candidate: string;
}

Properties

Properties

candidate: string

The candidate.

Generated using TypeDoc