Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKRemoteControlRequestHandler Class Referenceabstract

#include <zoom_video_sdk_share_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKRemoteControlRequestHandler ()
 
virtual ZoomVideoSDKErrors approve ()=0
 Approve the remote control request.
 
virtual ZoomVideoSDKErrors deny ()=0
 Decline the remote control request.
 

Detailed Description

Definition at line 134 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKRemoteControlRequestHandler()

virtual IZoomVideoSDKRemoteControlRequestHandler::~IZoomVideoSDKRemoteControlRequestHandler ( )
inlinevirtual

Definition at line 137 of file zoom_video_sdk_share_helper_interface.h.

137{}

Member Function Documentation

◆ approve()

virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteControlRequestHandler::approve ( )
pure virtual

Approve the remote control request.

Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success.

◆ deny()

virtual ZoomVideoSDKErrors IZoomVideoSDKRemoteControlRequestHandler::deny ( )
pure virtual

Decline the remote control request.

Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success.