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

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.
 

Detailed Description

Spotlight status.

Definition at line 67 of file IMeetingVideoHelper.h.

Field Documentation

◆ present

bool SpotlightStatus::present = false

TRUE indicates current meeting presents spotlighted user.

Definition at line 69 of file IMeetingVideoHelper.h.

◆ userIDs

std::vector<int32_t> SpotlightStatus::userIDs

List of spotlighted users' ID.

Definition at line 70 of file IMeetingVideoHelper.h.