Which Client Library should I use

please tell me for accessing and processing raw audio data from zoom meeting which client library should I use

Hi @sourabh.patole,

Unfortunately the Web SDK does not currently support accessing raw audio streams. If you need to work with raw audio data, I’d recommend looking into the Zoom Meeting SDK, specifically the Linux SDK. Here’s a sample application using the Linux SDK that demonstrates how to receive raw audio from a Zoom meeting: GitHub - zoom/meetingsdk-linux-raw-recording-sample

Another alternative is to use Recall.ai. It’s a simple 3rd party API for meeting bots to get the raw audio/video from meetings without you needing to spend months to build, scale and maintain these bots.

Let me know if you have any questions!