|
Zoom Rooms Controller SDK Reference 6.6.0
|
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. | |
| bool | isPrivateModeMeeting = false |
| TRUE indicates the meeting is hosted on a private MMR (Meeting Management Router) infrastructure, not operated by Zoom. | |
Meeting information.
Definition at line 929 of file ZRCSDKTypes.h.
| bool MeetingInfo::amIOriginalHost = false |
TRUE indicates ZR is the original host of meeting.
Definition at line 949 of file ZRCSDKTypes.h.
| bool MeetingInfo::canPutOnHold = false |
TRUE indicates meeting supports put on hold.
Definition at line 950 of file ZRCSDKTypes.h.
| MeetingEncryptionAlgorithm MeetingInfo::encryptionAlgorithm = MeetingEncryptionNone |
Meeting encryption algorithm type.
Definition at line 944 of file ZRCSDKTypes.h.
| std::string MeetingInfo::inviteEmailContent |
Invite email content.
Definition at line 938 of file ZRCSDKTypes.h.
| std::string MeetingInfo::inviteEmailTitle |
Invite email title.
Definition at line 937 of file ZRCSDKTypes.h.
| bool MeetingInfo::isAllowHostAssignCCEditor = false |
TRUE indicates meeting allows host assign CC editor.
Definition at line 951 of file ZRCSDKTypes.h.
| bool MeetingInfo::isDebriefSessionEnabled = false |
TRUE indicates webinar debrief session is enabled.
Definition at line 956 of file ZRCSDKTypes.h.
| bool MeetingInfo::isGreenRoomEnabled = false |
TRUE indicates webinar green room is enabled.
Definition at line 955 of file ZRCSDKTypes.h.
| bool MeetingInfo::isPAC = false |
TRUE indicates meeting is Personal Audio Conference.
Definition at line 952 of file ZRCSDKTypes.h.
| bool MeetingInfo::isPACShareForbidden = false |
TRUE indicates PAC meeting share is forbidden.
Definition at line 954 of file ZRCSDKTypes.h.
| bool MeetingInfo::isPACVideoForbidden = false |
TRUE indicates PAC meeting video is forbidden.
Definition at line 953 of file ZRCSDKTypes.h.
| bool MeetingInfo::isPrivateModeMeeting = false |
TRUE indicates the meeting is hosted on a private MMR (Meeting Management Router) infrastructure, not operated by Zoom.
Definition at line 957 of file ZRCSDKTypes.h.
| bool MeetingInfo::isWaitingRoom = false |
TRUE indicate it is a waiting room meeting.
Definition at line 942 of file ZRCSDKTypes.h.
| bool MeetingInfo::isWebinar = false |
TRUE indicates it is a webinar meeting.
Definition at line 941 of file ZRCSDKTypes.h.
| bool MeetingInfo::isWebinarAttendee = false |
TRUE indicates ZR is webinar attendee in a webinar meeting.
Definition at line 947 of file ZRCSDKTypes.h.
| bool MeetingInfo::isWebinarAttendeeCanTalk = false |
TRUE indicates ZR is webinar attendee and is allowed to talk in a webinar meeting.
Definition at line 948 of file ZRCSDKTypes.h.
| std::string MeetingInfo::joinMeetingUrl |
Join meeting url.
Definition at line 939 of file ZRCSDKTypes.h.
| std::string MeetingInfo::meetingID |
Meeting ID.
Definition at line 931 of file ZRCSDKTypes.h.
| std::string MeetingInfo::meetingName |
Meeting name.
Definition at line 933 of file ZRCSDKTypes.h.
| std::string MeetingInfo::meetingNumber |
Meeting number.
Definition at line 932 of file ZRCSDKTypes.h.
| std::string MeetingInfo::meetingPassword |
Meeting password.
Definition at line 935 of file ZRCSDKTypes.h.
| MeetingType MeetingInfo::meetingType = MeetingTypeNone |
Meeting type, see MeetingType enum.
Definition at line 934 of file ZRCSDKTypes.h.
| int MeetingInfo::myUserId = -1 |
ZR's user ID in current meeting.
Definition at line 946 of file ZRCSDKTypes.h.
| std::string MeetingInfo::numericPassword |
Numeric password.
Definition at line 936 of file ZRCSDKTypes.h.