Hi @jitendra3,
This thread might be helpful for you as you’re looking to output video into the meeting!
Concretely, you’ll need to:
- Authenticate the Zoom SDK and wait until the bot has joined the call (status: MEETING_STATUS_INMEETING)
- Get a reference to the global video source helper using GetRawdataVideoSourceHelper()
- Set the bot’s external video source to your custom class using setExternalVideoSource()
- Then your
onInitializecallback will be invoked when the bot is ready to start outputting video
For more info, you might to check out this Meeting SDK sample repo.
You can also build this using Recall.ai, which is a simple 3rd party API that lets you use meeting bots to join and record meetings. We do have support in our API for outputting custom video from a bot, happy to share the docs if you’re interested!