nylas
    Preparing search index...

    Interface DetailsConfig

    Interface of a the configuration for a conferencing object

    interface DetailsConfig {
        meetingCode?: string;
        password?: string;
        phone?: string[];
        pin?: string;
        url?: string;
    }
    Index

    Properties

    meetingCode?: string

    The conferencing meeting code. Used for Zoom.

    password?: string

    The conferencing meeting password. Used for Zoom.

    phone?: string[]

    The conferencing meeting phone numbers. Used for Google Meet.

    pin?: string

    The conferencing meeting pin. Used for Google Meet.

    url?: string

    The conferencing meeting url.