2
0

🐛 (audioClips) Fix empty metadata on recorded file

Closes #1753
This commit is contained in:
Baptiste Arnaud
2024-08-31 11:37:52 +02:00
parent 97a3212356
commit a3a9d58be9
6 changed files with 50 additions and 7 deletions

View File

@ -62,3 +62,7 @@ The generated URL will be stored in the defined variable.
## Allow audio clips
This option, if enabled, displays a microphone button when the text input is empty. This allows users to record a voice message and send it to the bot.
<Note>
If supported, the recorded file will be a WebM file. If not, it will be an MP4 file (i.e. Safari).
</Note>