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

Meeting information. More...

#include <ZRCSDKTypes.h>

Data Fields

std::string meetingID
 Meeting ID.
 
std::string meetingNumber
 Meeting number.
 
std::string meetingName
 Meeting name.
 
MeetingType meetingType = MeetingTypeNone
 Meeting type, see MeetingType enum.
 
std::string meetingPassword
 Meeting password.
 
std::string numericPassword
 Numeric password.
 
std::string inviteEmailTitle
 Invite email title.
 
std::string inviteEmailContent
 Invite email content.
 
std::string joinMeetingUrl
 Join meeting url.
 
bool isWebinar = false
 TRUE indicates it is a webinar meeting.
 
bool isWaitingRoom = false
 TRUE indicate it is a waiting room meeting.
 
MeetingEncryptionAlgorithm encryptionAlgorithm = MeetingEncryptionNone
 Meeting encryption algorithm type.
 
int myUserId = -1
 ZR's user ID in current meeting.
 
bool isWebinarAttendee = false
 TRUE indicates ZR is webinar attendee in a webinar meeting.
 
bool isWebinarAttendeeCanTalk = false
 TRUE indicates ZR is webinar attendee and is allowed to talk in a webinar meeting.
 
bool amIOriginalHost = false
 TRUE indicates ZR is the original host of meeting.
 
bool canPutOnHold = false
 TRUE indicates meeting supports put on hold.
 
bool isAllowHostAssignCCEditor = false
 TRUE indicates meeting allows host assign CC editor.
 
bool isPAC = false
 TRUE indicates meeting is Personal Audio Conference.
 
bool isPACVideoForbidden = false
 TRUE indicates PAC meeting video is forbidden.
 
bool isPACShareForbidden = false
 TRUE indicates PAC meeting share is forbidden.
 
bool isGreenRoomEnabled = false
 TRUE indicates webinar green room is enabled.
 
bool isDebriefSessionEnabled = false
 TRUE indicates webinar debrief session is enabled.
 

Detailed Description

Meeting information.

Definition at line 925 of file ZRCSDKTypes.h.

Field Documentation

◆ amIOriginalHost

bool MeetingInfo::amIOriginalHost = false

TRUE indicates ZR is the original host of meeting.

Definition at line 945 of file ZRCSDKTypes.h.

◆ canPutOnHold

bool MeetingInfo::canPutOnHold = false

TRUE indicates meeting supports put on hold.

Definition at line 946 of file ZRCSDKTypes.h.

◆ encryptionAlgorithm

MeetingEncryptionAlgorithm MeetingInfo::encryptionAlgorithm = MeetingEncryptionNone

Meeting encryption algorithm type.

Definition at line 940 of file ZRCSDKTypes.h.

◆ inviteEmailContent

std::string MeetingInfo::inviteEmailContent

Invite email content.

Definition at line 934 of file ZRCSDKTypes.h.

◆ inviteEmailTitle

std::string MeetingInfo::inviteEmailTitle

Invite email title.

Definition at line 933 of file ZRCSDKTypes.h.

◆ isAllowHostAssignCCEditor

bool MeetingInfo::isAllowHostAssignCCEditor = false

TRUE indicates meeting allows host assign CC editor.

Definition at line 947 of file ZRCSDKTypes.h.

◆ isDebriefSessionEnabled

bool MeetingInfo::isDebriefSessionEnabled = false

TRUE indicates webinar debrief session is enabled.

Definition at line 952 of file ZRCSDKTypes.h.

◆ isGreenRoomEnabled

bool MeetingInfo::isGreenRoomEnabled = false

TRUE indicates webinar green room is enabled.

Definition at line 951 of file ZRCSDKTypes.h.

◆ isPAC

bool MeetingInfo::isPAC = false

TRUE indicates meeting is Personal Audio Conference.

Definition at line 948 of file ZRCSDKTypes.h.

◆ isPACShareForbidden

bool MeetingInfo::isPACShareForbidden = false

TRUE indicates PAC meeting share is forbidden.

Definition at line 950 of file ZRCSDKTypes.h.

◆ isPACVideoForbidden

bool MeetingInfo::isPACVideoForbidden = false

TRUE indicates PAC meeting video is forbidden.

Definition at line 949 of file ZRCSDKTypes.h.

◆ isWaitingRoom

bool MeetingInfo::isWaitingRoom = false

TRUE indicate it is a waiting room meeting.

Definition at line 938 of file ZRCSDKTypes.h.

◆ isWebinar

bool MeetingInfo::isWebinar = false

TRUE indicates it is a webinar meeting.

Definition at line 937 of file ZRCSDKTypes.h.

◆ isWebinarAttendee

bool MeetingInfo::isWebinarAttendee = false

TRUE indicates ZR is webinar attendee in a webinar meeting.

Definition at line 943 of file ZRCSDKTypes.h.

◆ isWebinarAttendeeCanTalk

bool MeetingInfo::isWebinarAttendeeCanTalk = false

TRUE indicates ZR is webinar attendee and is allowed to talk in a webinar meeting.

Definition at line 944 of file ZRCSDKTypes.h.

◆ joinMeetingUrl

std::string MeetingInfo::joinMeetingUrl

Join meeting url.

Definition at line 935 of file ZRCSDKTypes.h.

◆ meetingID

std::string MeetingInfo::meetingID

Meeting ID.

Definition at line 927 of file ZRCSDKTypes.h.

◆ meetingName

std::string MeetingInfo::meetingName

Meeting name.

Definition at line 929 of file ZRCSDKTypes.h.

◆ meetingNumber

std::string MeetingInfo::meetingNumber

Meeting number.

Definition at line 928 of file ZRCSDKTypes.h.

◆ meetingPassword

std::string MeetingInfo::meetingPassword

Meeting password.

Definition at line 931 of file ZRCSDKTypes.h.

◆ meetingType

MeetingType MeetingInfo::meetingType = MeetingTypeNone

Meeting type, see MeetingType enum.

Definition at line 930 of file ZRCSDKTypes.h.

◆ myUserId

int MeetingInfo::myUserId = -1

ZR's user ID in current meeting.

Definition at line 942 of file ZRCSDKTypes.h.

◆ numericPassword

std::string MeetingInfo::numericPassword

Numeric password.

Definition at line 932 of file ZRCSDKTypes.h.