I’d like to enable the Meeting SDK Raw Data entitlement for my account so that the
“Allow access to raw data (audio, video, sharing) for Meeting SDK” toggle appears under
Admin > Account Settings > Meeting > In Meeting (Advanced).
Account name: Cloud SKCC
App name: Incident Management Assistant
Client ID: qZKf0vIUQoq1Ti3rhMMbmg
Use case: Real-time speech-to-text and incident analysis for internal operations
Expected traffic: ~1 hour per week
Compliance: Audio is used internally, not shared with third parties; data is protected per our internal policies.
Currently the toggle is not visible, and our Windows Meeting SDK app receives rawdata subscribe rc=12 (NO_PERMISSION). Please enable the entitlement on our account.
Hi @Cloud2 - as Chun mentioned, you don’t need explicit permission to access raw data in the meeting SDK anymore
That said, the rc=12 maps to No permission, which could be related to recording permission from the host of the call to record the meeting. You can get recording permission for the call by getting a join token for local recording.
Note that on iOS/Android the raw pipeline uses raw streaming and requires live streaming permission rather than local recording; the concept is the same - no raw frames until the privilege is granted (iOS raw data, Android raw data)
I’m building a Windows Meeting SDK application and need to capture mixed audio raw data (PCM) during meetings. I can see the raw data headers in my package, but there are no Raw Data libraries/DLLs in the download, so I cannot link or run the raw pipeline.
But no Raw Data libs/DLLs under D:\IMA\x64\lib\ or ...\bin\ (e.g., I cannot find zAudioRAW.lib/.dll, zRawData*.lib/.dll, etc.)
Build configuration:
USING_RAW_DATA defined
Includes and library directories configured
Linking succeeds only if I compile-guard out raw symbols; otherwise the raw helper/delegate cannot be resolved at link/run time.
What I’m trying to implement
Subscribe to mixed audio via IZoomSDKAudioRawDataHelper::subscribe(...) and handle IZoomSDKAudioRawDataDelegate::onMixedAudioRawDataReceived(AudioRawData*) to forward 16-bit PCM to a local socket.
I also call IMeetingRecordingController::StartRawRecording() after MEETING_STATUS_INMEETING (if required by the SDK version/permissions).
Request
Please enable/provide the Windows Meeting SDK Raw Data (Raw Recording) binaries for my app/account, or point me to the correct package that includes them.
Expected files (names may vary by version): zAudioRAW.lib/.dll, zRawDataAudio.lib/.dll, zRawData.lib/.dll, and/or zVideoRAW.* (if applicable).
Confirm any prerequisites/entitlements needed for Raw Recording on Windows (e.g., feature enablement on my account/app, license requirements).
Confirm the exact download location/package for the Raw Data–enabled build of the Meeting SDK for Windows and the correct file names to link at build time.
Clarify permission requirements at runtime (e.g., host/co-host or local recording permission) and whether calling StartRawRecording() is required to receive audio raw data in current versions.
If there are redistribution or deployment specifics (DLL placement next to the app, additional runtime dependencies), please advise.
Thanks in advance for enabling Raw Data on my Windows Meeting SDK app, or for guidance on obtaining the correct raw-enabled package.