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

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.
 

Detailed Description

Slide control info.

Definition at line 215 of file IMeetingShareHelper.h.

Field Documentation

◆ shareSourceID

int32_t SlideControlInfo::shareSourceID = 0

The share slide source ID.

Definition at line 219 of file IMeetingShareHelper.h.

◆ userID

int32_t SlideControlInfo::userID = 0

The user's ID who the share slide belongs to.

Definition at line 217 of file IMeetingShareHelper.h.

◆ userName

std::string SlideControlInfo::userName

The user's name who the share slide belongs to.

Definition at line 218 of file IMeetingShareHelper.h.