#include <meeting_closedcaption_interface.h>
Inherited by ICCRequestTranslationOffHandler, and ICCRequestTranslationOnHandler.
\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.
◆ ~ICCRequestHandler()
virtual ICCRequestHandler::~ICCRequestHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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.