Meeting SDK for macOS API Reference
|
Live transcription message interface. More...
#include <ZoomSDKCloseCaptionController.h>
Inherits NSObject.
Properties | |
NSString * | messageID |
Get the message ID of the current message. | |
unsigned int | speakerID |
Get the speaker's ID. | |
NSString * | speakerName |
Get the speaker's name. | |
NSString * | messageContent |
Get the content of the current message. | |
time_t | timeStamp |
Get the time stamp of the current message. | |
ZoomSDKLiveTranscriptionOperationType | messageType |
Get the type of the current message. | |
Live transcription message interface.
Definition at line 49 of file ZoomSDKCloseCaptionController.h.
|
readnonatomiccopy |
Get the content of the current message.
Definition at line 68 of file ZoomSDKCloseCaptionController.h.
|
readnonatomiccopy |
Get the message ID of the current message.
Definition at line 53 of file ZoomSDKCloseCaptionController.h.
|
readnonatomicassign |
Get the type of the current message.
Definition at line 78 of file ZoomSDKCloseCaptionController.h.
|
readnonatomicassign |
Get the speaker's ID.
Definition at line 58 of file ZoomSDKCloseCaptionController.h.
|
readnonatomiccopy |
Get the speaker's name.
Definition at line 63 of file ZoomSDKCloseCaptionController.h.
|
readnonatomicassign |
Get the time stamp of the current message.
Definition at line 73 of file ZoomSDKCloseCaptionController.h.