Zoom Rooms Controller SDK Reference 6.5.0
|
Incoming share notification. More...
#include <IMeetingShareHelper.h>
Data Fields | |
ShareSource | incomingSource |
Incoming share source. | |
std::string | shareUserName |
Incoming share user name. | |
CurrentShareType | currentShareType = CurrentShareTypeUnknown |
Current pinned share type. | |
Incoming share notification.
Definition at line 235 of file IMeetingShareHelper.h.
CurrentShareType IncomingMeetingShareNot::currentShareType = CurrentShareTypeUnknown |
Current pinned share type.
Definition at line 239 of file IMeetingShareHelper.h.
ShareSource IncomingMeetingShareNot::incomingSource |
Incoming share source.
Definition at line 237 of file IMeetingShareHelper.h.
std::string IncomingMeetingShareNot::shareUserName |
Incoming share user name.
Definition at line 238 of file IMeetingShareHelper.h.