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

Properties

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