How to allow remote mouse and keyboard control with ZoomSDKRemoteControllerHelper

Description
I’m looking to allow users to remotely control mouse and keyboard of the meeting user. In another word, the scenario as follows:

  1. User1 use a regular Zoom client and starts a meeting
  2. User2 use MyApp that is built with ZoomSDK joins the meeting, starts screen sharing to User1
  3. User1 sees User2’s screen, and request for remote control
  4. User2 allows for remote control from User1 and User1 can now controls User2’s screen with mouse and keyboard.

I have found ZoomSDKRemoteControllerHelper and ZoomSDKRemoteControllerDelegate, but I haven’t been able to use them successfully. I’m stuck at step 4. Could someone provide a bit more guidance/examples on how to implement this?

Which Client macOS SDK version?
v5.4.54802.0124

Device (please complete the following information):

  • Device: Macbook Pro
  • OS: macOS Catalina
  • Version 10.15.7

Hi @m.zhang, thanks for the post.

You can grant the remote control privilege through the giveRemoteControlPrivilegeTo method.

Thanks!

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