• 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;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional id?: string

        virtual background ID

      • Optional success?: Function

        Callback function on success.

    Returns void

    Rate Limit

    1s