How to send an audio file as message in Cloudamqp?
I'm guessing I need its byte stream and send it as a JSON. But I'm not sure if that is possible. Or do I just send the link of the location of the audio file for download?
How to send an audio file as message in Cloudamqp?
I'm guessing I need its byte stream and send it as a JSON. But I'm not sure if that is possible. Or do I just send the link of the location of the audio file for download?
The message body is a buffer, you can put what you prefer inside.
JSON, ANS1, XML or buffer audio.