Video SDK for MacOS API Reference
|
Helper class to manage sending, approving, or canceling remote control requests in a session. More...
#include <ZMVideoSDKRemoteControlHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - canRequestControl |
Determine if the user is able to ask to remote control the specified user. | |
(ZMVideoSDKErrors) | - requestRemoteControl |
Send the remote control request to the specified user. | |
(ZMVideoSDKErrors) | - endRemoteControl |
End remote control of the specified user. | |
(BOOL) | - canRemoteControl |
Determine if the user is able to remote control the specified user. | |
(ZMVideoSDKErrors) | - enterRemoteControl |
Remote control the specified user. | |
(BOOL) | - isRemoteControlling |
Determine if the specified user is in the process of being remotely controlled. | |
(ZMVideoSDKErrors) | - leaveRemoteControl |
The user has temporarily paused remote control, to continue, there is no need to request remote control again. | |
Helper class to manage sending, approving, or canceling remote control requests in a session.
Definition at line 31 of file ZMVideoSDKRemoteControlHelper.h.
- (BOOL) canRemoteControl |
Determine if the user is able to remote control the specified user.
- (BOOL) canRequestControl |
Determine if the user is able to ask to remote control the specified user.
- (ZMVideoSDKErrors) endRemoteControl |
End remote control of the specified user.
ZMVideoSDKErrors_Success
If the function succeeds. Otherwise failed. - (ZMVideoSDKErrors) enterRemoteControl |
Remote control the specified user.
ZMVideoSDKErrors_Success
If the function succeeds. Otherwise failed. - (BOOL) isRemoteControlling |
Determine if the specified user is in the process of being remotely controlled.
- (ZMVideoSDKErrors) leaveRemoteControl |
The user has temporarily paused remote control, to continue, there is no need to request remote control again.
ZMVideoSDKErrors_Success
If the function succeeds. Otherwise failed. - (ZMVideoSDKErrors) requestRemoteControl |
Send the remote control request to the specified user.
ZMVideoSDKErrors_Success
If the function succeeds. Otherwise failed.