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