Zoom Developer Forum

How to subscribe to raw audio from the meeting sdk?

Updated at:
September 11, 2025
Written By:
Gerry Saporito

Question

Failded to subscribe the raw audio.

Why geting 404 error: https://github.com/zoom/meetingsdk-linux-raw-recording-sample Also I need working dockerized sample for raw audio healdess zoom bot using meeting sdk linux

Answer

The Zoom Meeting SDK Linux Raw Recording Sample Github Repo has been removed from their GitHub.

That said and rather than chasing that link, here’s the high-level path to real-time raw audio using their Linux Meeting SDK:

This flow - SDK init → delegate → subscribe → consume PCM - covers the core pieces without relying on any specific sample repo


Zoom Developer Forum Examples

Some examples of this question are:

Written By:
Gerry Saporito