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 user object's speaker ID. - speakerName: The user object's speaker name. - messageContent: The current message's content. - timeStamp: The current message's timestamp. - messageType: The current message's type. |
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 user object's speaker ID. - speakerName: The user object's speaker name. - messageContent: The current message's content. - timeStamp: The current message's timestamp. - messageType: The current message's type. |
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 user object's speaker ID. - speakerName: The user object's speaker name. - messageContent: The current message's content. - timeStamp: The current message's timestamp. - messageType: The current message's type. |
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 user object's speaker ID. - speakerName: The user object's speaker name. - messageContent: The current message's content. - timeStamp: The current message's timestamp. - messageType: The current message's type. |