Meeting SDK for macOS API Reference
|
Interface for managing closed caption and live transcription features in Zoom meetings. More...
import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>
Go to the source code of this file.
Data Structures | |
class | ZoomSDKCCRequestHandler |
The helper to handle the requested of start captions. More... | |
class | ZoomSDKCCRequestTranslationOnHandler |
Subclass of ZoomSDKCCRequestHandler for requests with translation enabled. More... | |
class | ZoomSDKCCRequestTranslationOffHandler |
Subclass of ZoomSDKCCRequestHandler for requests without translation. More... | |
class | ZoomSDKLiveTranscriptionMessageInfo |
Interface representing a live transcription message. More... | |
class | ZoomSDKLiveTranscriptionLanguage |
Represents a language supported for live transcription. More... | |
protocol | <ZoomSDKCloseCaptionControllerDelegate> |
Delegate protocol to receive closed caption and live transcription related events. More... | |
class | ZoomSDKCloseCaptionController |
Controller interface to manage closed captions and live transcription in meetings. More... | |
Interface for managing closed caption and live transcription features in Zoom meetings.
Definition in file ZoomSDKCloseCaptionController.h.