Zoom Rooms Controller SDK Reference 6.5.0
|
Spotlight status. More...
#include <IMeetingVideoHelper.h>
Data Fields | |
bool | present = false |
TRUE indicates current meeting presents spotlighted user. | |
std::vector< int32_t > | userIDs |
List of spotlighted users' ID. | |
Spotlight status.
Definition at line 67 of file IMeetingVideoHelper.h.
bool SpotlightStatus::present = false |
TRUE indicates current meeting presents spotlighted user.
Definition at line 69 of file IMeetingVideoHelper.h.
std::vector<int32_t> SpotlightStatus::userIDs |
List of spotlighted users' ID.
Definition at line 70 of file IMeetingVideoHelper.h.