Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
ICCRequestHandler Class Referenceabstract

#include <meeting_closedcaption_interface.h>

Inherited by ICCRequestTranslationOffHandler, and ICCRequestTranslationOnHandler.

Public Member Functions

virtual bool IsRequestTranslationOn ()=0
 
virtual unsigned int GetSenderUserId ()=0
 
virtual SDKError Deny ()=0
 Decline the request to start captions.
 
virtual ~ICCRequestHandler ()
 

Detailed Description

\The helper to handle the requested of start captions. When IsRequestTranslationOn is true, use ICCRequestTranslationOnHandler::ApproveStartCaptionsRequest() to approve start captions request. When isRequestTranslationOn is false, use ICCRequestTranslationOffHandler::ApproveStartCaptionsRequest(int languageId) to approve start captions request.

Definition at line 81 of file meeting_closedcaption_interface.h.

Constructor & Destructor Documentation

◆ ~ICCRequestHandler()

virtual ICCRequestHandler::~ICCRequestHandler ( )
inlinevirtual

Definition at line 95 of file meeting_closedcaption_interface.h.

95{};

Member Function Documentation

◆ Deny()

virtual SDKError ICCRequestHandler::Deny ( )
pure virtual

Decline the request to start captions.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ GetSenderUserId()

virtual unsigned int ICCRequestHandler::GetSenderUserId ( )
pure virtual
Returns
The user ID of the user who send request.

◆ IsRequestTranslationOn()

virtual bool ICCRequestHandler::IsRequestTranslationOn ( )
pure virtual
Returns
True means request to start captions with translation on. Otherwise false.