|
Meeting SDK for Windows API Reference
|
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. More...
#include <meeting_closedcaption_interface.h>
Inherited by ICCRequestTranslationOffHandler, and ICCRequestTranslationOnHandler.
Public Member Functions | |
| virtual bool | IsRequestTranslationOn ()=0 |
| Determines whether the request is to start captions with translation on. | |
| virtual unsigned int | GetSenderUserId ()=0 |
| Gets the user ID of the user who sent the request. | |
| virtual SDKError | Deny ()=0 |
| Declines the request to start captions. | |
| virtual | ~ICCRequestHandler () |
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 103 of file meeting_closedcaption_interface.h.
|
inlinevirtual |
Definition at line 124 of file meeting_closedcaption_interface.h.
|
pure virtual |
Declines the request to start captions.
|
pure virtual |
Gets the user ID of the user who sent the request.
|
pure virtual |
Determines whether the request is to start captions with translation on.