The problem with ask local recording privileges

Zoom has released a new Meeting SDK version :tada:

Description
There is a new feature: A new interface and callback to ask and receive local recording privileges.
And if I understand correctly, this mechanism should help in the case when the user joins the meeting, clicks on the button ‘ask local recording privileges’, and the host or co-host should provide it to the user. Am I right?

But if it’s right I have a problem when I call the next methods:

let isSupport = meetingRecordController?.isSupportRequestLocalRecordingPrivilege()
let sdkError = meetingRecordController?.requestLocalRecordingPrivilege()

The result for isSupport is Unsupported Feature.
The result for sdkError is Wrong Usage.

What could I miss?

Note: I called these methods when I already joined the meeting.

Which macOS Meeting SDK version?
zoom-sdk-macos-5.13.5.14876

To Reproduce(If applicable)
Just call:
meetingRecordController?.isSupportRequestLocalRecordingPrivilege() and
meetingRecordController?.requestLocalRecordingPrivilege()

Device (please complete the following information):

  • Device: [e.g. Apple MacBook Pro (13-inch, M1)]
  • OS: [e.g. macOS Big Sur 11.2.1 ]

Thank you!

Hi, is any updates about this new Zoom Meeting SDK feature?
Thank you

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