ZoomSDKError_NoLicense error is throwing when we subscribe ZoomSDKAudioRawDataDelegate

We are trying to get raw audio stream of the zoom call with the help of ZoomSDKAudioRawDataDelegate. So when we invoke the subscribe api of zoomSDKAudioRawDataHelper with the above delegate, the error “ZoomSDKError_NoLicense” is showing. So how to resolve this issue. What type of licensing is required here to get real time audio streams ?

Please help

@shamnusln

There is no license required to access raw Audio

You will need to

  • be in meeting. In other words fully joined the meeting with the in_meeting status
  • host, cohost, or given recording permission
  • call the start raw recording api before accessing raw audio related api

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