So, my use case -
I need to get the meeting video and audio (raw) in real-time, right to my back-end, to do my logic and display meeting insights in the meeting chat in real time
Is there any other way to get real-time data other than using the Livestream Meeting feature?
API? Webhook?
Can anyone actually help with this, what I’m trying to achieve is build a real-time zoom call assistant, so I would need to get the raw, real time audio and video in my python app for processing. How do I get the raw video and audio in real time (not using this recall.ai)?
If you need real-time raw audio and video directly to your backend, Livestreaming is currently the most direct route. However, if you’re looking to augment or complement that, you might consider using webhooks for real-time events (like participant join/leave, screen share start/stop) and Meeting SDKs to access media streams client-side and relay them yourself. There’s no official API that gives you raw media directly server-side at this time—Livestream remains your best bet for that.