Interface RTCIceCandidateInit

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

    Properties

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