Video SDK for MacOS API Reference
|
Handler for responding to incoming remote control requests. More...
#include <ZMVideoSDKRemoteControlHelper.h>
Inherits NSObject.
Instance Methods | |
(ZMVideoSDKErrors) | - approve |
Approve the remote control request. | |
(ZMVideoSDKErrors) | - deny |
Decline the remote control request. | |
Handler for responding to incoming remote control requests.
Definition at line 13 of file ZMVideoSDKRemoteControlHelper.h.
- (ZMVideoSDKErrors) approve |
Approve the remote control request.
ZMVideoSDKErrors_Success
If the function succeeds. Otherwise failed. - (ZMVideoSDKErrors) deny |
Decline the remote control request.
ZMVideoSDKErrors_Success
If the function succeeds. Otherwise failed.