Adding default virtual backgrounds on Docker

By default, virtual background is enabled. You can choose which backgrounds are available to users by default. Depending on your business needs, you can customize the global library and prevent users from uploading custom background images. For more information, refer to Disabling custom background uploads.

Before you begin

Ensure that all images are in JPG or GIF format.

About this task

To add custom backgrounds to the global library, follow these steps.

Procedure

  1. Copy the image files into the sametime-config/web/virtual-background/custom directory.
  2. Run docker-compose up -d command to apply all changes.

Removing default virtual backgrounds on Docker

About this task

To delete an existing default background from the global library, follow these steps:

Procedure

  1. Edit the custom.env file in the directory where the installation package was decompressed.
  2. Add the following statement under the REMOVE_BACKGROUND_IMAGES variable specifying the image name.
    REMOVE_VIRTUAL_BACKGROUNDS=<background-N>,<background-N>
    N is a number from 1 through 7.
  3. Run docker-compose up -d command to apply all changes.