Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
LTTCaptionMessage Struct Reference

LTT caption message. More...

#include <IClosedCaptionHelper.h>

Data Fields

LTTCaptionMessageResultType result = LTTCaptionMessageResultTypeSuccess
 Message result type.
 
std::string messageID
 Message ID.
 
int32_t userNodeID = 0
 User node ID, compare it with MeetingParticipant userID.
 
std::string userName
 User name.
 
int64_t messageTime = 0
 Message time.
 
std::string messageContent
 Message content.
 
LTTCaptionWritingDirection direction = LTTCaptionWritingDirectionLeftToRight
 Message writing direction.
 
int32_t speakerTagID = 0
 Smart speaker tag speaker ID.
 
std::string speakerTagName
 Smart speaker tag speaker name.
 
SmartTagUser instanceOnlySpeakerTag
 Instance only smart speaker tag only for individual message.
 
std::string attendeeJid
 An attendee's attendeeJid remains unchanged when switching between main session and sub-session.
 

Detailed Description

LTT caption message.

Definition at line 130 of file IClosedCaptionHelper.h.

Field Documentation

◆ attendeeJid

std::string LTTCaptionMessage::attendeeJid

An attendee's attendeeJid remains unchanged when switching between main session and sub-session.

Definition at line 142 of file IClosedCaptionHelper.h.

◆ direction

Message writing direction.

Definition at line 138 of file IClosedCaptionHelper.h.

◆ instanceOnlySpeakerTag

SmartTagUser LTTCaptionMessage::instanceOnlySpeakerTag

Instance only smart speaker tag only for individual message.

Definition at line 141 of file IClosedCaptionHelper.h.

◆ messageContent

std::string LTTCaptionMessage::messageContent

Message content.

Definition at line 137 of file IClosedCaptionHelper.h.

◆ messageID

std::string LTTCaptionMessage::messageID

Message ID.

Definition at line 133 of file IClosedCaptionHelper.h.

◆ messageTime

int64_t LTTCaptionMessage::messageTime = 0

Message time.

Definition at line 136 of file IClosedCaptionHelper.h.

◆ result

Message result type.

Definition at line 132 of file IClosedCaptionHelper.h.

◆ speakerTagID

int32_t LTTCaptionMessage::speakerTagID = 0

Smart speaker tag speaker ID.

Definition at line 139 of file IClosedCaptionHelper.h.

◆ speakerTagName

std::string LTTCaptionMessage::speakerTagName

Smart speaker tag speaker name.

Definition at line 140 of file IClosedCaptionHelper.h.

◆ userName

std::string LTTCaptionMessage::userName

User name.

Definition at line 135 of file IClosedCaptionHelper.h.

◆ userNodeID

int32_t LTTCaptionMessage::userNodeID = 0

User node ID, compare it with MeetingParticipant userID.

Definition at line 134 of file IClosedCaptionHelper.h.