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

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.
 

Detailed Description

Local presentation info.

Definition at line 133 of file IMeetingShareHelper.h.

Field Documentation

◆ meetingNumber

std::string LocalPresentationInfo::meetingNumber

Local present meeting number.

Definition at line 136 of file IMeetingShareHelper.h.

◆ meetingPassword

std::string LocalPresentationInfo::meetingPassword

Local present meeting password.

Definition at line 137 of file IMeetingShareHelper.h.

◆ success

bool LocalPresentationInfo::success = false

TRUE indicates start local presentation success.

Definition at line 135 of file IMeetingShareHelper.h.