Zoom Close Captions
- Description:
- Zoom Close Captions
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
onLiveTranscriptionMsgInfoReceived |
function | Callback event used to inform the user once a live transcription message is received. |
onOriginalLanguageMsgReceived |
function | Callback event used to inform the user once the original language message is received. |
Returns:
- Type
- ZoomMeetingCloseCaption
- Description:
- Zoom Close Captions
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
onLiveTranscriptionMsgInfoReceived |
function | Callback event used to inform the user once a live transcription message is received. |
onOriginalLanguageMsgReceived |
function | Callback event used to inform the user once the original language message is received. |
Returns:
- Type
- ZoomMeetingCloseCaption
Methods
(inner) SetOnLiveTranscriptionMsgInfoReceivedCB(onLiveTranscriptionMsgInfoReceived) → {Boolean}
- Description:
- Set onLiveTranscriptionMsgInfoReceived callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
onLiveTranscriptionMsgInfoReceived |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnLiveTranscriptionMsgInfoReceivedCB(onLiveTranscriptionMsgInfoReceived) → {Boolean}
- Description:
- Set onLiveTranscriptionMsgInfoReceived callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
onLiveTranscriptionMsgInfoReceived |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnOriginalLanguageMsgReceivedCB(onOriginalLanguageMsgReceived) → {Boolean}
- Description:
- Set onOriginalLanguageMsgReceived callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
onOriginalLanguageMsgReceived |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnOriginalLanguageMsgReceivedCB(onOriginalLanguageMsgReceived) → {Boolean}
- Description:
- Set onOriginalLanguageMsgReceived callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
onOriginalLanguageMsgReceived |
function |
Returns:
true or false
- Type
- Boolean
Events
onLiveTranscriptionMsgInfoReceived
- Description:
- Live transcription message received callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
messageInfo |
Object | The live transcription message with the following properties: - messageID: The message ID of the current message. - speakerID: The speaker's ID. - speakerName: The speaker's name. - messageContent: The content of the current message. - timeStamp: The timestamp of the current message. - messageType: The type of the current message. |
onLiveTranscriptionMsgInfoReceived
- Description:
- Live transcription message received callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
messageInfo |
Object | The live transcription message with the following properties: - messageID: The message ID of the current message. - speakerID: The speaker's ID. - speakerName: The speaker's name. - messageContent: The content of the current message. - timeStamp: The timestamp of the current message. - messageType: The type of the current message. |
onOriginalLanguageMsgReceived
- Description:
- Original language message received callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
messageInfo |
Object | The spoken language message with the following properties: - messageID: The message ID of the current message. - speakerID: The speaker's ID. - speakerName: The speaker's name. - messageContent: The content of the current message. - timeStamp: The timestamp of the current message. - messageType: The type of the current message. |
onOriginalLanguageMsgReceived
- Description:
- Original language message received callback.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
messageInfo |
Object | The spoken language message with the following properties: - messageID: The message ID of the current message. - speakerID: The speaker's ID. - speakerName: The speaker's name. - messageContent: The content of the current message. - timeStamp: The timestamp of the current message. - messageType: The type of the current message. |