How to get audios for each participant with API or any other programmable way?

Hello.

We develop an application integrated with Zoom. I know that we can “record a separate audio file for each participant” when local recording. However, we want to know any other way to get audios for each participant.

  1. Is it possible to record a separate audio file for each participant when cloud recording?
  2. Is it possible to capture each participants’ audio stream with a custom streaming service (RTMP)?
  3. Is it possible to capture each participants’ audio stream with Zoom Client SDKs?
  4. Is it possible to capture each participants’ audio stream with fully customizable SDKs?
  5. Or any other ways.

Hi @yasman

No, it is just one audio file provided

No, it is just one audio stream provided with every participant audio included.

With the Zoom Client SDK you can get access to the raw audio streams. For example:
https://marketplace.zoom.us/docs/sdk/native-sdks/macos/custom-ui-feature

Yes, this is possible. This is what the video SDK is designed for. For your request, please refer to our Video SDK documentation:

https://marketplace.zoom.us/docs/sdk/video/introduction

Please let me know if this helps.

Best,
Donte

Hi, donte.S.
Thank you for your reply; I understand we can get access the audio streams only by SDKs.

I may misunderstand, but does this mean we can access the audio streams by “Custom UI Feature”?

Sorry for the additional question.

Hi @yasman,

Thank you for your reply. To clarify, the Video SDK comes with raw data enabled out of the box, but does not provide access to Zoom meetings. That said, the “Custom UI Feature” doesn’t really come into play when regarding the raw data feature.

I hope to have been clear in my answers. Please let me know if this helps.

Warmly,
Donte

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.