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

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