Zoom Rooms Controller SDK Reference 6.5.0
|
Slide control info. More...
#include <IMeetingShareHelper.h>
Data Fields | |
int32_t | userID = 0 |
The user's ID who the share slide belongs to. | |
std::string | userName |
The user's name who the share slide belongs to. | |
int32_t | shareSourceID = 0 |
The share slide source ID. | |
Slide control info.
Definition at line 215 of file IMeetingShareHelper.h.
int32_t SlideControlInfo::shareSourceID = 0 |
The share slide source ID.
Definition at line 219 of file IMeetingShareHelper.h.
int32_t SlideControlInfo::userID = 0 |
The user's ID who the share slide belongs to.
Definition at line 217 of file IMeetingShareHelper.h.
std::string SlideControlInfo::userName |
The user's name who the share slide belongs to.
Definition at line 218 of file IMeetingShareHelper.h.