Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKRemoteControlRequestHandler Class 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.
 

Detailed Description

Handler for responding to incoming remote control requests.

Definition at line 13 of file ZMVideoSDKRemoteControlHelper.h.

Method Documentation

◆ approve

- (ZMVideoSDKErrors) approve

Approve the remote control request.

Returns
ZMVideoSDKErrors_Success If the function succeeds. Otherwise failed.

◆ deny

- (ZMVideoSDKErrors) deny

Decline the remote control request.

Returns
ZMVideoSDKErrors_Success If the function succeeds. Otherwise failed.