Question
Retrieving Audio Messages within zoom chat
Hi,I am using Zoom API to retrieve chat history.
However, for audio messages in the chat, I get the content of:
{
"id": "{XXXX}",
"message": "xxx has sent you an audio",
"sender": "***********",
"timestamp": 1655215683011,
"date_time": "2022-06-14T14:08:03Z"
},
without the audio file itself.
Is there any way of retrieving this audio file/ transcription using the API / zoom portal?
Thanks in advance
