Custom Sound Filesystem
    • Dark
      Light
    • PDF

    Custom Sound Filesystem

    • Dark
      Light
    • PDF

    Article summary

    Choose where to store the custom sounds uploaded to your QuickMeet.Chat workspace. By default, GridFS within MongoDB is used. You can specify a valid storage path on your QuickMeet.Chat server if you prefer local storage.

    To configure this setting:

    1. Navigate to Administration > Workspace > Settings > Custom Sound Filesystem.

    2. Update the following fields:

      Field

      Description

      Storage Type

      Select how you want to store sounds, either GridFS or Filesystem.

      • GridFS is the default storage system for custom sounds in QuickMeet.Chat.

      • Filesystem stores custom sounds directly on the local storage of the server running the QuickMeet.Chat instance.

      System Path

      If you select Filesystem as the storage type, specify a valid path on the server hosting QuickMeet.Chat where custom sounds will be stored. For example, using /sounds will store your custom sounds in a sounds directory at the root level of your server.

      • For Docker deployments, access the QuickMeet.Chat server with docker exec -it <container-name> sh to verify the uploaded sounds.

    3. Click Save Changes.

    Restart the server for the updated storage settings to take effect.


    Was this article helpful?