I want to know how to access the live audio stream of the zoom meeting . I know there have been several posts created on this but it doesn’t match my requirement.
Here’s what my requirement is.
- Accessing audio stream of a live meeting, preferably with speaker labels i.e., who said what.
- No recording/live streaming status to be shown to the participants.
- No recording on the zoom cloud either.
There are several options as far as I have explored that match the first requirement but not the second.
- MeetingSDK provides the raw audio stream but the participants are notified that the meeting is being recorded.
- REST APIs provide option to do cloud recording but don’t provide direct access to the audio stream
- Third party apps that tap into computer’s audio to store it. But I don’t want to use an external app, I want to accomplish this with my own code.
It is also alright if just the live transcript is available if audio is not accessible
As far as I know there are third party apps like Fireflies, Recall and other notetakers where a bot is able to join the meeting and able to store the meeting audio for the user to access later with transcribing functionalities. I’m trying to find out how they’re able to store the meeting’s audio without triggering record.
Thanks in advance!