Zoom Meeting SDK for Web
    Preparing search index...

    Function setVirtualBackground

    • Change virtual background (VB) to the specified string from the VB list if the names match. If id='blur', blur background instead. Note that you cannot remove the VB once a VB image or blur is set, but you can switch between different VBs.

      Parameters

      • args: { error?: Function; id?: string; success?: Function }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • Optionalid?: string

          virtual background ID

        • Optionalsuccess?: Function

          Callback function on success.

      Returns void

      1s