Zoom Rooms Controller SDK Reference 6.6.0
|
Smart tag user. More...
#include <ZRCSDKTypes.h>
Data Fields | |
int32_t | tagID = -1 |
Tag ID. | |
std::string | tagName |
Tag name. | |
std::string | avatarUrl |
Avatar URL. | |
std::string | avatarData |
The binary data of avatar image(screenshot of the user’s head). | |
int32_t | bindNodeID = 0 |
Bind user node ID. | |
std::string | bindEmail |
Bind email adress. | |
std::string | bindJid |
Bind JID. | |
std::string | defaultName |
Default name(e.g. "Speaker 1" or "Participant 1") | |
int32_t | streamUserID = 0 |
The user ID of the video stream source, valid for Smart Name Tag. | |
Smart tag user.
Definition at line 1035 of file ZRCSDKTypes.h.
std::string SmartTagUser::avatarData |
The binary data of avatar image(screenshot of the user’s head).
Definition at line 1040 of file ZRCSDKTypes.h.
std::string SmartTagUser::avatarUrl |
Avatar URL.
Definition at line 1039 of file ZRCSDKTypes.h.
std::string SmartTagUser::bindEmail |
Bind email adress.
Definition at line 1042 of file ZRCSDKTypes.h.
std::string SmartTagUser::bindJid |
Bind JID.
Definition at line 1043 of file ZRCSDKTypes.h.
int32_t SmartTagUser::bindNodeID = 0 |
Bind user node ID.
Definition at line 1041 of file ZRCSDKTypes.h.
std::string SmartTagUser::defaultName |
Default name(e.g. "Speaker 1" or "Participant 1")
Definition at line 1044 of file ZRCSDKTypes.h.
int32_t SmartTagUser::streamUserID = 0 |
The user ID of the video stream source, valid for Smart Name Tag.
Definition at line 1045 of file ZRCSDKTypes.h.
int32_t SmartTagUser::tagID = -1 |
Tag ID.
Definition at line 1037 of file ZRCSDKTypes.h.
std::string SmartTagUser::tagName |
Tag name.
Definition at line 1038 of file ZRCSDKTypes.h.