|
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 |
| Determines if the user is able to ask to remote control the specified user. | |
| (ZMVideoSDKErrors) | - requestRemoteControl |
| Sends the remote control request to the specified user. | |
| (ZMVideoSDKErrors) | - endRemoteControl |
| End remote control of the specified user. | |
| (BOOL) | - canRemoteControl |
| Determines if the user is able to remote control the specified user. | |
| (ZMVideoSDKErrors) | - enterRemoteControl |
| Remote control the specified user. | |
| (BOOL) | - isRemoteControlling |
| Determines 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 |
Determines if the user is able to remote control the specified user.
| - (BOOL) canRequestControl |
Determines 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, this function returns an error. | - (ZMVideoSDKErrors) enterRemoteControl |
Remote control the specified user.
ZMVideoSDKErrors_Success If the function succeeds. Otherwise, this function returns an error. | - (BOOL) isRemoteControlling |
Determines 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, this function returns an error. | - (ZMVideoSDKErrors) requestRemoteControl |
Sends the remote control request to the specified user.
ZMVideoSDKErrors_Success If the function succeeds. Otherwise, this function returns an error.