JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface RTCLocalIceCandidateInit

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

    Hierarchy (View Summary)

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