lib-jitsi-meet
    Preparing search index...

    Interface IConnectOptions

    interface IConnectOptions {
        id?: string;
        name?: string;
        password?: string;
    }
    Index

    Properties

    Properties

    id?: string
    name?: string
    password?: string