How to send audio to meeting via Headless Meeting Bot?

I am trying to create a bot that can output audio to a meeting.

I was going through the sample app - github /zoom/meetingbot-web-sample

Bot joined meeting successfully but now how can I feed an audio stream to the bot.

I have not found any example.

Hey @BhargabSixthSens ,

We use the Linux SDK extensively to power our own meeting bots and have come across the same question in the past.

You’ll want to check out the IZoomSDKAudioRawDataSender class and specifically the send() method, which allows you to send 16 bit audio.

Another alternative is to use Recall.ai for your meeting bots instead. It’s a simple 3rd party API that lets you use meeting bots to receive/send raw audio/video from meetings without you needing to spend months to build, scale and maintain these bots.

Let me know if you have any questions!