Video SDK remote control interface.
More...
#include <zoom_video_sdk_share_helper_interface.h>
Video SDK remote control interface.
Definition at line 150 of file zoom_video_sdk_share_helper_interface.h.
◆ ~IZoomVideoSDKRemoteControlHelper()
virtual IZoomVideoSDKRemoteControlHelper::~IZoomVideoSDKRemoteControlHelper |
( |
| ) |
|
|
inlinevirtual |
◆ canRemoteControl()
virtual bool IZoomVideoSDKRemoteControlHelper::canRemoteControl |
( |
| ) |
|
|
pure virtual |
Determine if the user is able to remote control the specified user.
- Returns
- If the user is able to remote control the specified user, the return value is true. Otherwise false.
◆ canRequestControl()
virtual bool IZoomVideoSDKRemoteControlHelper::canRequestControl |
( |
| ) |
|
|
pure virtual |
Determine if the user is able to ask to remote control the specified user.
- Returns
- If the user is able to request to remote control the specified user, the return value is true. Otherwise false.
◆ endRemoteControl()
End the remote control of the specified user.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ enterRemoteControl()
Remote control the specified user.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ isRemoteControlling()
virtual bool IZoomVideoSDKRemoteControlHelper::isRemoteControlling |
( |
| ) |
|
|
pure virtual |
Determine if the specified user is in the process of being remotely controlled.
- Returns
- If the specified user is being remotely controled, the return value is true. Otherwise false.
◆ leaveRemoteControl()
The user has temporarily paused remote control, to continue, there is no need to request remote control again.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ requestRemoteControl()
Send the remote control request to the specified user.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.