Unsupported Feature error when screen recording to cloud

Description

When I call ZoomSDK.shared()?.getMeetingService()?.getRecordController() .canStartRecording(false) I get a ZoomSDKError_Success, but when I call ZoomSDK.shared()?.getMeetingService()?.getRecordController() .canStartRecording(true) I get ZoomSDKError_UnSupportedFeature.

What would cause a ZoomSDKError_UnSupportedFeature error for cloud recording?

Which macOS Meeting SDK version?
5.11.1.8413

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

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

Additional context
Add any other context about the problem here.

@BrobaFett here’s what canStartRecording(boolean isCloud) does

canStartRecording(false) checks if local recording is enabled
canStartRecording(true) checks if cloud recording is enabled

for your case, your zoom account might not have cloud recording enabled

https://marketplacefront.zoom.us/sdk/meeting/macos/interface_zoom_s_d_k_meeting_record_controller.html#afa806418596ba420d46a985528536fc1

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