vot.js - v2.4.12
    Preparing search index...

    Interface RTCIceCandidateInit

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

    Properties

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