Zoom Rooms Controller SDK Reference 6.5.0
|
Local presentation info. More...
#include <IMeetingShareHelper.h>
Data Fields | |
bool | success = false |
TRUE indicates start local presentation success. | |
std::string | meetingNumber |
Local present meeting number. | |
std::string | meetingPassword |
Local present meeting password. | |
Local presentation info.
Definition at line 133 of file IMeetingShareHelper.h.
std::string LocalPresentationInfo::meetingNumber |
Local present meeting number.
Definition at line 136 of file IMeetingShareHelper.h.
std::string LocalPresentationInfo::meetingPassword |
Local present meeting password.
Definition at line 137 of file IMeetingShareHelper.h.
bool LocalPresentationInfo::success = false |
TRUE indicates start local presentation success.
Definition at line 135 of file IMeetingShareHelper.h.