Features
Options
Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript).
Allow the user to edit their messages.
Process and display mathematical expressions. This can clash with ”$” characters in messages.
Authorize users to upload files with messages. The files are then accessible in cl.on_message.
Restrict user to only upload accepted mime file types. Example: [“text/plain”, “application/pdf”, “image/x-png”]
Restrict user to upload maximum number of files at a time.
Restrict uploading file size (MB).
Threshold for audio recording.
If the user does not speak for this duration (MS), the recording will be ignored.
Delay for the user to continue speaking in MS. If the user stops speaking for this duration, the recording will stop.
Above this duration (MS), the recording will forcefully stop.
Duration of the audio chunks in MS.
Sample rate of the audio.
Automatically tag threads with the current chat profile (if a chat profile is used)