Linux Meeting SDK - How to set custom background image for my bot

I am using the latest Zoom meeting linux SDK currently in my zoom application. The bot joins the call, does recording, etc.
But I want to “brand” my bot, essentially make it have a custom background image.
How can I achieve that, there does not seem to be any clear documentation surrounding that.

Any help would be greatly appreciated!

Hey Anirudh,

You should be able to change the image that the bot displays in a meeting using the Zoom Linux SDK! To do this, you’ll want to leverage the IZoomSDKVideoSource. This allows you to control the bot’s video output. You can choose to add either a real video, or a static “video” that displays the branding that you’d like to appear for your bot. You can refer to this other thread in the dev forum for some specifics on the implementation details.

You also might want to check out the Recall.ai API.

It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video/metadata from meetings without you needing to spend months to build, scale and maintain these bots.

Here are the API docs: https://docs.recall.ai