Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting participant. More...
#include <ZRCSDKTypes.h>
Data Fields | |
int32_t | userID = 0 |
User ID. | |
std::string | userGUID |
User guid. | |
UserType | userType = UserTypeNormal |
User type, see UserType enum. | |
std::string | userName |
User name. | |
std::string | pronouns |
User pronouns. | |
std::string | avatarUrl |
Avatar url. | |
bool | isMySelf = false |
TRUE indicates user is self. | |
bool | isHost = false |
TRUE indicates user is host. | |
bool | isOriginalOrAlternativeHost = false |
TRUE indicates is original or alternative host. | |
bool | isCohost = false |
TRUE indicates user is co-host. | |
bool | isGuest = false |
TRUE indicates user is a guest of host account. | |
bool | isViewOnlyUser = false |
TRUE indicates user is an attendee in a Webinar. | |
bool | isViewOnlyUserCanTalk = false |
TRUE indicates user as an attendee in a Webinar can talk. | |
bool | canRecord = false |
TRUE indicates user can record. | |
bool | isRecording = false |
TRUE indicates user is recording. | |
bool | recordingDisabled = false |
TRUE indicates user is disabled from recording. | |
bool | isInSilentMode = false |
TRUE indicates user is in silent mode. | |
bool | isLeavingSilentMode = false |
TRUE indicates user is leaving silent mode. | |
AudioStatus | audioStatus |
User audio status. | |
VideoStatus | videoStatus |
User video status. | |
CameraControlStatus | cameraControlStatus |
User camera control status. | |
HandStatus | handStatus |
User hand status. | |
std::string | reactionEmoji |
Reaction emoji, Unicode. | |
ReactionFeedback | reactionFeedback = ReactionFeedbackNone |
Reaction feedback, see ReactionFeedback enum. | |
bool | isInterpreter = false |
TRUE indicates user is interpreter. | |
InterpretLanguageInfo | activeInterpreterLanguage |
When user is interpreter, this is the active interpreter language info. | |
bool | isRemoteControlAdmin = false |
TRUE indicates user is a remote control admin. | |
bool | isVirtualAssistant = false |
TRUE indicates user is a virtual assistant. | |
bool | isCompanionModeUser = false |
TRUE indicates user is a companion mode user. | |
bool | isCompanionZRUser = false |
TRUE indicates user is a Companion Zoom Room. | |
BreakoutRoomStatus | breakoutRoomStatus |
User's breakout room status. | |
bool | canPinMultiVideo = false |
TRUE indicates user can pin multi video. | |
bool | isSupportGreenRoom = false |
TRUE indicates user support green room. | |
bool | isInGreenRoom = false |
TRUE indicates user is in green room. | |
bool | isJoiningGreenRoom = false |
TRUE indicates user is joining green room. | |
std::vector< SmartTagUser > | smartNameTags |
Smart name tags. | |
std::vector< SmartTagUser > | smartSpeakerTags |
Smart speaker tags. | |
WebinarBOStatus | webinarBOStatus |
User's Webinar breakout room status. | |
std::string | attendeeJid |
User's attendeeJid remains unchanged when switching between main session and sub-session. | |
AudioControlStatus | audioControlStatus |
User's audio control status. | |
Meeting participant.
Definition at line 1063 of file ZRCSDKTypes.h.
InterpretLanguageInfo MeetingParticipant::activeInterpreterLanguage |
When user is interpreter, this is the active interpreter language info.
Definition at line 1090 of file ZRCSDKTypes.h.
std::string MeetingParticipant::attendeeJid |
User's attendeeJid remains unchanged when switching between main session and sub-session.
Definition at line 1103 of file ZRCSDKTypes.h.
AudioControlStatus MeetingParticipant::audioControlStatus |
User's audio control status.
Definition at line 1104 of file ZRCSDKTypes.h.
AudioStatus MeetingParticipant::audioStatus |
User audio status.
Definition at line 1083 of file ZRCSDKTypes.h.
std::string MeetingParticipant::avatarUrl |
Avatar url.
Definition at line 1070 of file ZRCSDKTypes.h.
BreakoutRoomStatus MeetingParticipant::breakoutRoomStatus |
User's breakout room status.
Definition at line 1095 of file ZRCSDKTypes.h.
CameraControlStatus MeetingParticipant::cameraControlStatus |
User camera control status.
Definition at line 1085 of file ZRCSDKTypes.h.
bool MeetingParticipant::canPinMultiVideo = false |
TRUE indicates user can pin multi video.
Definition at line 1096 of file ZRCSDKTypes.h.
bool MeetingParticipant::canRecord = false |
TRUE indicates user can record.
Definition at line 1078 of file ZRCSDKTypes.h.
HandStatus MeetingParticipant::handStatus |
User hand status.
Definition at line 1086 of file ZRCSDKTypes.h.
bool MeetingParticipant::isCohost = false |
TRUE indicates user is co-host.
Definition at line 1074 of file ZRCSDKTypes.h.
bool MeetingParticipant::isCompanionModeUser = false |
TRUE indicates user is a companion mode user.
Definition at line 1093 of file ZRCSDKTypes.h.
bool MeetingParticipant::isCompanionZRUser = false |
TRUE indicates user is a Companion Zoom Room.
Definition at line 1094 of file ZRCSDKTypes.h.
bool MeetingParticipant::isGuest = false |
TRUE indicates user is a guest of host account.
Definition at line 1075 of file ZRCSDKTypes.h.
bool MeetingParticipant::isHost = false |
TRUE indicates user is host.
Definition at line 1072 of file ZRCSDKTypes.h.
bool MeetingParticipant::isInGreenRoom = false |
TRUE indicates user is in green room.
Definition at line 1098 of file ZRCSDKTypes.h.
bool MeetingParticipant::isInSilentMode = false |
TRUE indicates user is in silent mode.
Definition at line 1081 of file ZRCSDKTypes.h.
bool MeetingParticipant::isInterpreter = false |
TRUE indicates user is interpreter.
Definition at line 1089 of file ZRCSDKTypes.h.
bool MeetingParticipant::isJoiningGreenRoom = false |
TRUE indicates user is joining green room.
Definition at line 1099 of file ZRCSDKTypes.h.
bool MeetingParticipant::isLeavingSilentMode = false |
TRUE indicates user is leaving silent mode.
Definition at line 1082 of file ZRCSDKTypes.h.
bool MeetingParticipant::isMySelf = false |
TRUE indicates user is self.
Definition at line 1071 of file ZRCSDKTypes.h.
bool MeetingParticipant::isOriginalOrAlternativeHost = false |
TRUE indicates is original or alternative host.
Definition at line 1073 of file ZRCSDKTypes.h.
bool MeetingParticipant::isRecording = false |
TRUE indicates user is recording.
Definition at line 1079 of file ZRCSDKTypes.h.
bool MeetingParticipant::isRemoteControlAdmin = false |
TRUE indicates user is a remote control admin.
Definition at line 1091 of file ZRCSDKTypes.h.
bool MeetingParticipant::isSupportGreenRoom = false |
TRUE indicates user support green room.
Definition at line 1097 of file ZRCSDKTypes.h.
bool MeetingParticipant::isViewOnlyUser = false |
TRUE indicates user is an attendee in a Webinar.
Definition at line 1076 of file ZRCSDKTypes.h.
bool MeetingParticipant::isViewOnlyUserCanTalk = false |
TRUE indicates user as an attendee in a Webinar can talk.
Definition at line 1077 of file ZRCSDKTypes.h.
bool MeetingParticipant::isVirtualAssistant = false |
TRUE indicates user is a virtual assistant.
Definition at line 1092 of file ZRCSDKTypes.h.
std::string MeetingParticipant::pronouns |
User pronouns.
Definition at line 1069 of file ZRCSDKTypes.h.
std::string MeetingParticipant::reactionEmoji |
Reaction emoji, Unicode.
Definition at line 1087 of file ZRCSDKTypes.h.
ReactionFeedback MeetingParticipant::reactionFeedback = ReactionFeedbackNone |
Reaction feedback, see ReactionFeedback enum.
Definition at line 1088 of file ZRCSDKTypes.h.
bool MeetingParticipant::recordingDisabled = false |
TRUE indicates user is disabled from recording.
Definition at line 1080 of file ZRCSDKTypes.h.
std::vector<SmartTagUser> MeetingParticipant::smartNameTags |
Smart name tags.
Definition at line 1100 of file ZRCSDKTypes.h.
std::vector<SmartTagUser> MeetingParticipant::smartSpeakerTags |
Smart speaker tags.
Definition at line 1101 of file ZRCSDKTypes.h.
std::string MeetingParticipant::userGUID |
User guid.
Definition at line 1066 of file ZRCSDKTypes.h.
int32_t MeetingParticipant::userID = 0 |
User ID.
Definition at line 1065 of file ZRCSDKTypes.h.
std::string MeetingParticipant::userName |
User name.
Definition at line 1068 of file ZRCSDKTypes.h.
UserType MeetingParticipant::userType = UserTypeNormal |
User type, see UserType enum.
Definition at line 1067 of file ZRCSDKTypes.h.
VideoStatus MeetingParticipant::videoStatus |
User video status.
Definition at line 1084 of file ZRCSDKTypes.h.
WebinarBOStatus MeetingParticipant::webinarBOStatus |
User's Webinar breakout room status.
Definition at line 1102 of file ZRCSDKTypes.h.