@nextcloud/dialogs
    Preparing search index...

    Interface RTCIceCandidateInit

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

    Hierarchy (View Summary)

    Index

    Properties

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