Access to Meeting SDK Raw Audio Without Special Enablement?

We’re prototyping a live AI real-time analitycs built on the Zoom Meeting SDK and would like to stream raw audio (via onMixedAudioRawDataReceived or similar). Documentation mentions that Raw Data requires an explicit enablement on the account. Could you clarify whether Business/Education/Enterprise licenses still need a separate approval, or if there’s any plan to let Meeting SDK apps access raw audio without opening a support ticket?

Thanks in advance for any guidance or official confirmation.
2 Likes

Hi @lizache, Zoom staff has confirmed that Meeting SDK apps can access raw audio/video as long as the host has an appropriate paid license and the app has the correct in-meeting permissions

To get onMixedAudioRawDataReceived working, have your Meeting SDK user join the meeting with host/co-host or local recording permission (or a Zoom join token for local recording) and follow the platform-specific Use raw data guide. On Business/Education/Enterprise plans there is no additional approval required beyond these privileges

2 Likes