Zoom Meeting SDK for Web
    Preparing search index...

    Function operateSpotlight

    • Operates Spotlight user (host and cohost only).

      Parameters

      • args: {
            error?: Function;
            operate: "add" | "replace" | "remove";
            success?: Function;
            userId: number;
        }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • operate: "add" | "replace" | "remove"

          operate 'add' | 'replace' | 'remove' spotlight.

        • Optionalsuccess?: Function

          Callback function on success.

        • userId: number

          A valid user ID in the current meeting.

      Returns void