- Print
- DarkLight
- PDF
Custom Sound Filesystem
- Print
- DarkLight
- PDF
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:
Navigate to Administration > Workspace > Settings > Custom Sound Filesystem.
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
/soundswill store your custom sounds in asoundsdirectory at the root level of your server.For Docker deployments, access the QuickMeet.Chat server with
docker exec -it <container-name> shto verify the uploaded sounds.
Click Save Changes.
Restart the server for the updated storage settings to take effect.