Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKCameraControlRequestHandler Class Reference

Camera control request handler object interface. More...

#include <ZMVideoSDKUserHelper.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- approve
 Approve the remote camera control request.
 
(ZMVideoSDKErrors- decline
 Decline the remote camera control request.
 

Detailed Description

Camera control request handler object interface.

Definition at line 301 of file ZMVideoSDKUserHelper.h.

Method Documentation

◆ approve

- (ZMVideoSDKErrors) approve

Approve the remote camera control request.

Returns
If the function succeeds, it will return ZMVideoSDKErrors_Success.

◆ decline

- (ZMVideoSDKErrors) decline

Decline the remote camera control request.

Returns
If the function succeeds, it will return ZMVideoSDKErrors_Success.