Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCCRequestTranslationOffHandler Class Reference

#include <ZoomSDKCloseCaptionController.h>

Inherits ZoomSDKCCRequestHandler.

Instance Methods

(ZoomSDKError- approveStartCaptionsRequest:
 Approve the start captions request.
 
- Instance Methods inherited from ZoomSDKCCRequestHandler
(ZoomSDKError- deny
 Deny the request to start captions.
 

Additional Inherited Members

- Properties inherited from ZoomSDKCCRequestHandler
unsigned int senderUserID
 The user ID of the user who send the start captions request.
 
BOOL isRequestTranslationOn
 

Detailed Description

Definition at line 37 of file ZoomSDKCloseCaptionController.h.

Method Documentation

◆ approveStartCaptionsRequest:

- (ZoomSDKError) approveStartCaptionsRequest: (int) languageID

Approve the start captions request.

Parameters
languageIDThe language to be set for all participants in meeting.
Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.