@nextcloud/files

    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
    MMNEPVFCICPMFPCPTTAAATR