interface RTCIceCandidateInit {
    candidate?: string;
    sdpMLineIndex?: null | number;
    sdpMid?: null | string;
    usernameFragment?: null | string;
}

Properties

candidate?: string
sdpMLineIndex?: null | number
sdpMid?: null | string
usernameFragment?: null | string

Generated using TypeDoc