|
Meeting SDK for macOS API Reference
|
Definitions of error codes, enumerations, and constants used throughout the Zoom SDK. More...
Go to the source code of this file.
Definitions of error codes, enumerations, and constants used throughout the Zoom SDK.
This header file defines all error codes, status enumerations, user types, meeting states, and other constants that are used across the Zoom SDK for macOS.
Definition in file ZoomSDKErrors.h.
| enum ActionMeetingCmd |
Enumeration of all the commands in the meeting.
Definition at line 54 of file ZoomSDKErrors.h.
| enum AnnotationClearType |
Types of clearing annotations.
Definition at line 168 of file ZoomSDKErrors.h.
| enum AnnotationStatus |
Enumeration of annotation status.
| Enumerator | |
|---|---|
| AnnotationStatus_Ready | Ready to annotate. |
| AnnotationStatus_Close | Annotation is closed. |
| AnnotationStatus_None | For initialization. |
Definition at line 1045 of file ZoomSDKErrors.h.
| enum AnnotationToolType |
Type of annotation tools. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0067931.
Definition at line 114 of file ZoomSDKErrors.h.
Enumeration of attendee view question type.
| Enumerator | |
|---|---|
| ViewType_OnlyAnswered_Question | Attendee only view the answered question. |
| ViewType_All_Question | Attendee view the all question. |
Definition at line 1193 of file ZoomSDKErrors.h.
| enum CallInNumberType |
Enumeration of the number types for calling to join the audio into a meeting.
| Enumerator | |
|---|---|
| CallInNumberType_None | For initialization. |
| CallInNumberType_Toll | Paid (toll) number. |
| CallInNumberType_TollFree | Toll-free number. |
Definition at line 836 of file ZoomSDKErrors.h.
| enum ConnectionComponent |
Enumeration of component types.
| Enumerator | |
|---|---|
| ConnectionComponent_None | For initialization. |
| ConnectionComponent_Share | Share. |
| ConnectionComponent_Video | Video. |
| ConnectionComponent_Audio | Audio. |
Definition at line 928 of file ZoomSDKErrors.h.
| enum DirectShareStatus |
Enumeration of direct sharing status.
Definition at line 1087 of file ZoomSDKErrors.h.
| enum EncryptType |
Enumeration of H.323/SIP encryption types.
| Enumerator | |
|---|---|
| EncryptType_NO | Meeting room system is not encrypted. |
| EncryptType_YES | Meeting room system is encrypted. |
| EncryptType_Auto | Meeting room system is encrypted automatically. |
Definition at line 966 of file ZoomSDKErrors.h.
| enum EndMeetingReason |
Enumeration of ending meeting errors.
Definition at line 942 of file ZoomSDKErrors.h.
Enumeration indicating reasons why a free meeting needs an upgrade.
| Enumerator | |
|---|---|
| FreeMeetingNeedUpgradeType_NONE | |
| FreeMeetingNeedUpgradeType_BY_ADMIN | Upgrade required due to admin payment reminder. |
| FreeMeetingNeedUpgradeType_BY_GIFTURL | Upgrade triggered by gift URL. |
Definition at line 1076 of file ZoomSDKErrors.h.
| enum H323CalloutStatus |
Enumeration of H.323 device outgoing call status.
Definition at line 640 of file ZoomSDKErrors.h.
| enum H323DeviceType |
Enumeration of H.323 device types.
| Enumerator | |
|---|---|
| H323DeviceType_Unknown | Unknown device type. |
| H323DeviceType_H323 | H.323 device. |
| H323DeviceType_SIP | SIP device. |
Definition at line 680 of file ZoomSDKErrors.h.
| enum H323PairingResult |
Enumeration of H.323 device pairing Status.
Definition at line 661 of file ZoomSDKErrors.h.
Join meeting with required information.
Definition at line 704 of file ZoomSDKErrors.h.
| enum LeaveMeetingCmd |
Enumeration of commands for leaving meeting.
| Enumerator | |
|---|---|
| LeaveMeetingCmd_Leave | Command of leaving meeting. |
| LeaveMeetingCmd_End | Command of ending Meeting. |
Definition at line 44 of file ZoomSDKErrors.h.
| enum LiveStreamStatus |
Enumeration of live stream status.
Definition at line 1057 of file ZoomSDKErrors.h.
| enum MeetingComponent |
In-meeting UI components.
Definition at line 180 of file ZoomSDKErrors.h.
| enum MeetingPropertyCmd |
Get default information of meeting.
Definition at line 90 of file ZoomSDKErrors.h.
| enum MeetingSettingCmd |
Enumeration of Meeting settings.
Definition at line 210 of file ZoomSDKErrors.h.
| enum MeetingType |
Enumeration of meeting types.
| Enumerator | |
|---|---|
| MeetingType_None | There is no meeting. |
| MeetingType_Normal | Normal meeting. |
| MeetingType_BreakoutRoom | Breakout meeting. |
| MeetingType_Webinar | Webinar meeting. |
Definition at line 719 of file ZoomSDKErrors.h.
| enum PhoneFailedReason |
Enumeration of the reasons for the telephone call’s failure.
Definition at line 780 of file ZoomSDKErrors.h.
| enum PhoneStatus |
Enumeration of phone call status.
Definition at line 753 of file ZoomSDKErrors.h.
| enum ScreenType |
Enumeration of screen types for multi-sharing.
| Enumerator | |
|---|---|
| ScreenType_First | Primary display. |
| ScreenType_Second | Secondary display. |
Definition at line 693 of file ZoomSDKErrors.h.
| enum SDKButton |
Enumeration of in-meeting buttons on the toolbar.
Definition at line 849 of file ZoomSDKErrors.h.
| enum SDKUserType |
Enumeration of the types of users.
Definition at line 26 of file ZoomSDKErrors.h.
Enumeration of security session types. Marked as deprecated, no longer used.
Definition at line 894 of file ZoomSDKErrors.h.
| enum SettingComponent |
Enumerate of the various components in the settings UI.
Definition at line 2555 of file ZoomSDKErrors.h.
Enumeration of connection types.
| Enumerator | |
|---|---|
| SettingConnectionType_Unknown | Unknown connection types. |
| SettingConnectionType_P2P | Peer to peer. |
| SettingConnectionType_Cloud | Connect to the cloud. |
Definition at line 979 of file ZoomSDKErrors.h.
| enum SettingNetworkType |
Enumeration of network types.
Definition at line 991 of file ZoomSDKErrors.h.
| enum shareSettingCmd |
Enumeration of General setting about share.
| Enumerator | |
|---|---|
| shareSettingCmd_enterFullScreen | When user share screen will enter full screen. |
| shareSettingCmd_enterMaxWindow | When user to share screen will enter max window. |
| shareSettingCmd_sideToSideMode | Display the shared screen and participants' video side by side. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0067526. |
| shareSettingCmd_MaintainCurrentSize | Keep current size. |
| shareSettingCmd_AutoFitWindowWhenViewShare | Automatically scale the shared screen to fit the size of the Zoom window. |
Definition at line 1177 of file ZoomSDKErrors.h.
| enum StatisticWarningType |
Enumeration of warning types.
Definition at line 913 of file ZoomSDKErrors.h.
| enum UserRole |
Enumeration of user roles.
Definition at line 734 of file ZoomSDKErrors.h.
| enum VideoRenderDataType |
Enumeration of video render data types.
| Enumerator | |
|---|---|
| VideoRenderDataType_None | For initialization. |
| VideoRenderDataType_Video | Video data. |
| VideoRenderDataType_Avatar | Avatar data. |
Definition at line 1023 of file ZoomSDKErrors.h.
Enumeration of video render element types.
Definition at line 1009 of file ZoomSDKErrors.h.
| enum ViewShareMode |
Enumeration of video aspect modes.
Definition at line 1035 of file ZoomSDKErrors.h.
| enum WebinarRegisterType |
Enumeration of types to register webinar.
| Enumerator | |
|---|---|
| WebinarRegisterType_None | For initialization. |
| WebinarRegisterType_URL | Register webinar with URL. |
| WebinarRegisterType_Email | Register webinar with email. |
Definition at line 1113 of file ZoomSDKErrors.h.
Enumeration of AI Companion features in a meeting.
Definition at line 2425 of file ZoomSDKErrors.h.
Enumeration of file types for saving screenshots.
| Enumerator | |
|---|---|
| ZoomSDKAnnotationSavedType_PNG | PNG file format. |
| ZoomSDKAnnotationSavedType_PDF | PDF file format. |
Definition at line 1357 of file ZoomSDKErrors.h.
Enumeration of attendee view modes in a Zoom meeting. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0063672.
Definition at line 1972 of file ZoomSDKErrors.h.
Enumeration of audio button action info.
Definition at line 1235 of file ZoomSDKErrors.h.
| enum ZoomSDKAudioChannel |
Enumeration of audio channel types.
| Enumerator | |
|---|---|
| ZoomSDKAudioChannel_Mono | Mono audio channel. |
| ZoomSDKAudioChannel_Stereo | Stereo audio channel. |
Definition at line 2216 of file ZoomSDKErrors.h.
Enumeration of echo cancellation. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0066398.
Definition at line 1566 of file ZoomSDKErrors.h.
Enumeration representing the sampling rate of acquired raw audio data.
| Enumerator | |
|---|---|
| ZoomSDKAudioRawdataSamplingRate_32K | The sampling rate of the acquired raw audio data is 32K. |
| ZoomSDKAudioRawdataSamplingRate_48K | The sampling rate of the acquired raw audio data is 48K. |
Definition at line 2483 of file ZoomSDKErrors.h.
Enumeration of the audio share modes.
| Enumerator | |
|---|---|
| ZoomSDKAudioShareMode_Mono | Mono audio share mode. Single channel audio. |
| ZoomSDKAudioShareMode_Stereo | Stereo audio share mode. Two-channel audio. |
Definition at line 1855 of file ZoomSDKErrors.h.
| enum ZoomSDKAudioStatus |
Enumeration of Audio status.
Definition at line 511 of file ZoomSDKErrors.h.
| enum ZoomSDKAudioType |
Enumeration of the type of a user's audio connection.
Definition at line 545 of file ZoomSDKErrors.h.
| enum ZoomSDKAuthError |
Enumeration of SDK authentication results.
Definition at line 288 of file ZoomSDKErrors.h.
Enumeration of auto framing modes in video.
Definition at line 2146 of file ZoomSDKErrors.h.
Enumeration of the errors related to the Breakout Room (BO) controller operations.
Definition at line 1693 of file ZoomSDKErrors.h.
| enum ZoomSDKBOStatus |
Enumeration of Breakout Room (BO) status.
Definition at line 1751 of file ZoomSDKErrors.h.
Enumeration of Breakout Room (BO) stop countdown durations.
Definition at line 1733 of file ZoomSDKErrors.h.
| enum ZoomSDKBOUserStatus |
Enumeration of breakout meeting user status.
Definition at line 1251 of file ZoomSDKErrors.h.
Enumeration of the results of a camera control request.
Definition at line 2451 of file ZoomSDKErrors.h.
Enumeration of camera control requests types.
| Enumerator | |
|---|---|
| ZoomSDKCameraControlRequestType_RequestControl | Request to take control of the camera. |
| ZoomSDKCameraControlRequestType_GiveUpControl | Give up control of the camera. |
Definition at line 2439 of file ZoomSDKErrors.h.
Enumeration of reasons why sharing is not allowed.
Definition at line 2389 of file ZoomSDKErrors.h.
Enumeration of the chat message delete type.
Definition at line 1840 of file ZoomSDKErrors.h.
Enumeration of the type for chat message.
Definition at line 1396 of file ZoomSDKErrors.h.
Enumeration of the privilege for attendee chat.
Definition at line 1368 of file ZoomSDKErrors.h.
Enumeration of connection quality.
Definition at line 605 of file ZoomSDKErrors.h.
Enumeration of the status of custom waiting room data.
Definition at line 1879 of file ZoomSDKErrors.h.
| enum ZoomSDKDeviceStatus |
Enumeration of device status.
Definition at line 1140 of file ZoomSDKErrors.h.
Enumeration of document creation permission options.
Definition at line 2618 of file ZoomSDKErrors.h.
Enumeration of document sharing permission options.
Definition at line 2602 of file ZoomSDKErrors.h.
| enum ZoomSDKDocsStatus |
Enumeration of document sharing status in a meeting.
| Enumerator | |
|---|---|
| ZoomSDKDocsStatus_None | For initialization. |
| ZoomSDKDocsStatus_Start | User starts sharing docs. |
| ZoomSDKDocsStatus_Stop | User stops sharing docs. |
Definition at line 2588 of file ZoomSDKErrors.h.
Enumeration of emoji feedback types.
Definition at line 2176 of file ZoomSDKErrors.h.
Enumeration of emoji reaction display types in the meeting UI.
Definition at line 1993 of file ZoomSDKErrors.h.
Enumeration of available emoji reaction skin tones.
Definition at line 1546 of file ZoomSDKErrors.h.
Enumeration of available emoji reaction types. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0060612.
Definition at line 1526 of file ZoomSDKErrors.h.
| enum ZoomSDKError |
Enumeration of common errors of SDK.
Definition at line 222 of file ZoomSDKErrors.h.
Enumeration of the types of face makeup effects.
Definition at line 1944 of file ZoomSDKErrors.h.
Enumeration of face recognition failure strategies.
Definition at line 2160 of file ZoomSDKErrors.h.
Enumeration of the status of a file transfer.
Definition at line 2465 of file ZoomSDKErrors.h.
Enumeration of the focus mode share type. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0063004.
Definition at line 2317 of file ZoomSDKErrors.h.
| enum ZoomSDKFPSValue |
Enumeration of limited FPS (frames per second) values.
Definition at line 1265 of file ZoomSDKErrors.h.
Enumeration of video frame data format.
| Enumerator | |
|---|---|
| ZoomSDKFrameDataFormat_I420_Limited | I420 format with limited (TV) range color space. |
| ZoomSDKFrameDataFormat_I420_Full | I420 format with full (PC) range color space. |
Definition at line 2036 of file ZoomSDKErrors.h.
Enumeration of asset type.
| Enumerator | |
|---|---|
| ZoomSDKGrantCoOwnerAssetsType_None | For initialization. |
| ZoomSDKGrantCoOwnerAssetsType_Summary | Summary. |
| ZoomSDKGrantCoOwnerAssetsType_CloudRecording | CloudRecording. |
Definition at line 2633 of file ZoomSDKErrors.h.
Enumeration of live transcription operation types.
Definition at line 1804 of file ZoomSDKErrors.h.
Enumeration of live transcription status in a meeting.
Definition at line 1789 of file ZoomSDKErrors.h.
Enumeration of local recording request privilege settings.
Definition at line 2021 of file ZoomSDKErrors.h.
Enumeration of local video device rotation actions.
Definition at line 1329 of file ZoomSDKErrors.h.
Enumeration of the login failure reasons.
Definition at line 1642 of file ZoomSDKErrors.h.
| enum ZoomSDKLoginStatus |
Enumeration of ZOOM SDK login status.
| Enumerator | |
|---|---|
| ZoomSDKLoginStatus_Idle | User does not login. |
| ZoomSDKLoginStatus_Success | Login successfully. |
| ZoomSDKLoginStatus_Failed | Login failed. |
| ZoomSDKLoginStatus_Processing | Login in progress. |
Definition at line 426 of file ZoomSDKErrors.h.
| enum ZoomSDKMeetingError |
Enumeration of errors to start/join meeting.
| Enumerator | |
|---|---|
| ZoomSDKMeetingError_Success | Start/Join meeting successfully. |
| ZoomSDKMeetingError_ConnectionError | The connection with the backend service has errors. |
| ZoomSDKMeetingError_ReconnectFailed | Failed to reconnect the meeting. |
| ZoomSDKMeetingError_MMRError | MMR issue, please check MMR configuration. |
| ZoomSDKMeetingError_PasswordError | The meeting password is incorrect. |
| ZoomSDKMeetingError_SessionError | Failed to create video and audio data connection with MMR. |
| ZoomSDKMeetingError_MeetingOver | Meeting is over. |
| ZoomSDKMeetingError_MeetingNotStart | Meeting is not started. |
| ZoomSDKMeetingError_MeetingNotExist | The meeting does not exist. |
| ZoomSDKMeetingError_UserFull | The number of participants exceeds the upper limit. For users that can't join the meeting, they can go to watch the live stream with the interface ZoomSDKMeetingServiceDelegate::onMeetingFullToWatchLiveStream: if the host has started. |
| ZoomSDKMeetingError_ClientIncompatible | The ZOOM SDK version is incompatible. |
| ZoomSDKMeetingError_NoMMR | No MMR is valid. |
| ZoomSDKMeetingError_MeetingLocked | The meeting is locked by the host. |
| ZoomSDKMeetingError_MeetingRestricted | The meeting is restricted. |
| ZoomSDKMeetingError_MeetingJBHRestricted | The meeting is restricted to join before host. |
| ZoomSDKMeetingError_EmitWebRequestFailed | Failed to request the web server. |
| ZoomSDKMeetingError_StartTokenExpired | Failed to start meeting with expired token. |
| ZoomSDKMeetingError_VideoSessionError | The user's video does not work. |
| ZoomSDKMeetingError_AudioAutoStartError | The user's audio cannot auto-start. |
| ZoomSDKMeetingError_RegisterWebinarFull | The amount of webinar attendees reaches the upper limit. |
| ZoomSDKMeetingError_RegisterWebinarHostRegister | User needs to register a webinar account if he wants to start a webinar. |
| ZoomSDKMeetingError_RegisterWebinarPanelistRegister | User needs to register an account if he wants to join the webinar by the link. |
| ZoomSDKMeetingError_RegisterWebinarDeniedEmail | The host has denied your webinar registration. |
| ZoomSDKMeetingError_RegisterWebinarEnforceLogin | Sign in with the specified account to join webinar. |
| ZoomSDKMeetingError_ZCCertificateChanged | The certificate of ZC has been changed. |
| ZoomSDKMeetingError_vanityNotExist | Vanity conference ID does not exist. |
| ZoomSDKMeetingError_joinWebinarWithSameEmail | Join webinar with the same email. |
| ZoomSDKMeetingError_disallowHostMeeting | Meeting settings is not allowed to start a meeting. |
| ZoomSDKMeetingError_ConfigFileWriteFailed | Failed to write configure file. |
| ZoomSDKMeetingError_forbidToJoinInternalMeeting | Forbidden to join the internal meeting. |
| ZoomSDKMeetingError_RemovedByHost | User is removed from meeting by host. |
| ZoomSDKMeetingError_HostDisallowOutsideUserJoin | Host disallow outside user join. |
| ZoomSDKMeetingError_UnableToJoinExternalMeeting | To join a meeting hosted by an external Zoom account, your SDK app has to be published on Zoom Marketplace. You can refer to Section 6.1 of Zoom's API License Terms of Use. |
| ZoomSDKMeetingError_BlockedByAccountAdmin | Join failed because this Meeting SDK key is blocked by the host’s account admin. |
| ZoomSDKMeetingError_NeedSigninForPrivateMeeting | Need sign in using the same account as the meeting organizer. |
| ZoomSDKMeetingError_NeedConfirmPlink | Join meeting param vanityID is duplicated and needs to be confirmed. For more information about Vanity URLs, see https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0061540#multipleVanity. |
| ZoomSDKMeetingError_NeedInputPlink | Join meeting param vanityID does not exist in the current account. For more information about Vanity URLs, see https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0061540#multipleVanity. |
| ZoomSDKMeetingError_Unknown | Unknown error. |
| ZoomSDKMeetingError_None | No error. |
| ZoomSDKMeetingError_AppPrivilegeTokenError | App privilege token error. |
| ZoomSDKMeetingError_AuthorizedUserNotInMeeting | Authorized user not in meeting. |
| ZoomSDKMeetingError_OnBehalfTokenConflictLoginError | On-behalf token error: conflict with login credentials. |
| ZoomSDKMeetingError_JmakUserEmailNotMatch | Jmak user email not match. |
Definition at line 330 of file ZoomSDKErrors.h.
Enumeration of options to enable a specific meeting feature.
Definition at line 2375 of file ZoomSDKErrors.h.
| enum ZoomSDKMeetingStatus |
Enumeration of meeting status.
Definition at line 441 of file ZoomSDKErrors.h.
Enumeration of supported audio types in a Zoom meeting. This is a bitmask enumeration; multiple values can be combined using bitwise OR.
Definition at line 2008 of file ZoomSDKErrors.h.
Enumeration of notification service error codes.
Definition at line 1923 of file ZoomSDKErrors.h.
Enumeration of the status of the notification service.
Definition at line 1907 of file ZoomSDKErrors.h.
Enumeration of the panelist chat privilege in webinar meeting.
| Enumerator | |
|---|---|
| ZoomSDKPanelistChatPrivilege_PanelistOnly | Allow panelists only to chat with each other.[for webinar]. |
| ZoomSDKPanelistChatPrivilege_All | Allow panelist to chat with everyone.[for webinar]. |
Definition at line 1385 of file ZoomSDKErrors.h.
| enum ZoomSDKPinResult |
Enumeration of the result of a pin operation.
Definition at line 1617 of file ZoomSDKErrors.h.
Enumeration of the pre-assign breakout room data download status.
Definition at line 2131 of file ZoomSDKErrors.h.
Enumeration of SDK pre-meeting errors.
| Enumerator | |
|---|---|
| ZoomSDKPremeetingError_Success | Calls SDK successfully. |
| ZoomSDKPremeetingError_Failed | Calls SDK failed. |
| ZoomSDKPremeetingError_TimeOut | Timeout. |
| ZoomSDKPremeetingError_Unknown | Unknown errors. |
Definition at line 316 of file ZoomSDKErrors.h.
Enumeration of user's presence status. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0065488.
Definition at line 2047 of file ZoomSDKErrors.h.
Enumeration of Q&A connection statuses.
Definition at line 1221 of file ZoomSDKErrors.h.
Enumeration of question status. Marked as deprecated, no longer used.
Definition at line 1203 of file ZoomSDKErrors.h.
Enumeration of memory modes for raw data handling.
| Enumerator | |
|---|---|
| ZoomSDKRawDataMemoryMode_Stack | Use stack memory. |
| ZoomSDKRawDataMemoryMode_Heap | Use heap memory. |
Definition at line 1299 of file ZoomSDKErrors.h.
| enum ZoomSDKRawDataType |
Enumeration of raw data types.
| Enumerator | |
|---|---|
| ZoomSDKRawDataType_Video | Video raw data. |
| ZoomSDKRawDataType_Share | Share raw data. |
Definition at line 1346 of file ZoomSDKErrors.h.
Enumeration of Recording status.
Definition at line 585 of file ZoomSDKErrors.h.
Enumeration of the reminder action type.
| Enumerator | |
|---|---|
| ZoomSDKReminderActionType_None | No action required. |
| ZoomSDKReminderActionType_NeedSignin | User needs to sign in. |
| ZoomSDKReminderActionType_NeedSwitchAccount | User needs to switch accounts. |
Definition at line 2303 of file ZoomSDKErrors.h.
| enum ZoomSDKReminderType |
Enumeration of reminder types.
Definition at line 2076 of file ZoomSDKErrors.h.
Enumeration of status of remote control.
Definition at line 559 of file ZoomSDKErrors.h.
Enumeration of the remote support status.
Definition at line 2345 of file ZoomSDKErrors.h.
Enumeration of the remote support type. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0068720.
Definition at line 2331 of file ZoomSDKErrors.h.
Enumeration of attendee request for help results.
Definition at line 1285 of file ZoomSDKErrors.h.
Enumeration of the status of a local recording permission request.
Definition at line 1959 of file ZoomSDKErrors.h.
Enumeration of the response status when a participant requests the host to start cloud recording.
Definition at line 2361 of file ZoomSDKErrors.h.
| enum ZoomSDKResolution |
Enumeration of video resolution options.
Definition at line 1310 of file ZoomSDKErrors.h.
| enum ZoomSDKRichTextStyle |
Enumeration of the content font style type for chat message. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064400.
Definition at line 2228 of file ZoomSDKErrors.h.
Enumeration of the mode for screen capture. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0063824.
Definition at line 1432 of file ZoomSDKErrors.h.
Enumeration of setting page URLs.
Definition at line 1679 of file ZoomSDKErrors.h.
Enumeration of screen sharing options when setting the page share screen item. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0060612.
Definition at line 1579 of file ZoomSDKErrors.h.
Enumeration of virtual background video errors.
Definition at line 1462 of file ZoomSDKErrors.h.
Enumeration of video light adjustment modes. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0060612.
Definition at line 1449 of file ZoomSDKErrors.h.
Enumeration of types of shared content.
Definition at line 805 of file ZoomSDKErrors.h.
Enumeration of sharing types.
| Enumerator | |
|---|---|
| ShareSettingType_OnlyHostCanGrab | Anyone can share, but only one can share at a moment, and only the host can start sharing when another user is sharing. The previous share will be ended once the host grabs the sharing. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0058730#h_01GCCD82NKKECQ6QJNH6F4CTWA. |
| ShareSettingType_OnlyHostCanShare | Only host can share. |
| ShareSettingType_AnyoneCanGrab | Only one participant can share at a time. And anyone can start sharing when someone else is sharing. |
| ShareSettingType_MultiShare | Multi participant can share at a moment. |
| ShareSettingType_None | |
Definition at line 1162 of file ZoomSDKErrors.h.
| enum ZoomSDKShareStatus |
Enumeration of sharing status.
Definition at line 477 of file ZoomSDKErrors.h.
Enumeration of zoom ratios of the shared content view.
Definition at line 1823 of file ZoomSDKErrors.h.
Enumeration of the status of sign language interpretation.
Definition at line 1894 of file ZoomSDKErrors.h.
Enumeration of the spotlight operation result.
Definition at line 1594 of file ZoomSDKErrors.h.
Enumeration of background noise suppression levels. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0059985.
Definition at line 1415 of file ZoomSDKErrors.h.
| enum ZoomSDKTestMicStatus |
Enumeration of microphone test types.
| Enumerator | |
|---|---|
| testMic_Normal | Normal status. |
| testMic_Recording | Recording in progress. |
| testMic_RecrodingStopped | Recording has stopped. |
| testMic_Playing | Playing back the recorded audio. |
Definition at line 1126 of file ZoomSDKErrors.h.
Enumeration of meeting transfer modes.
Definition at line 2541 of file ZoomSDKErrors.h.
| enum ZoomSDKUIAppearance |
Enumeration of UI appearance modes.
Definition at line 1498 of file ZoomSDKErrors.h.
| enum ZoomSDKUITheme |
Enumeration of available UI themes.
| Enumerator | |
|---|---|
| ZoomSDKUITheme_Bloom | Bloom theme. |
| ZoomSDKUITheme_Rose | Rose theme. |
| ZoomSDKUITheme_Agave | Agave theme. |
| ZoomSDKUITheme_Classic | Classic theme. |
Definition at line 1511 of file ZoomSDKErrors.h.
| enum ZoomSDKUserType |
Enumeration of user types.
| Enumerator | |
|---|---|
| ZoomSDKUserType_ZoomUser | User logs in with working email. |
| ZoomSDKUserType_SSOUser | Single-sign-on user. |
| ZoomSDKUserType_WithoutLogin | Users who are not logged in. |
Definition at line 14 of file ZoomSDKErrors.h.
Enumeration of video effect types.
Definition at line 1482 of file ZoomSDKErrors.h.
Enumeration of video file share play errors.
Definition at line 2196 of file ZoomSDKErrors.h.
Enumeration of video preference modes.
Definition at line 2525 of file ZoomSDKErrors.h.
| enum ZoomSDKVideoQuality |
Enumeration of video quality.
Definition at line 625 of file ZoomSDKErrors.h.
The colorspace of video rawdata.
Definition at line 2646 of file ZoomSDKErrors.h.
Enumeration of video render resolution.
Definition at line 1715 of file ZoomSDKErrors.h.
| enum ZoomSDKVideoStatus |
Enumeration of the status of a user's video.
Definition at line 531 of file ZoomSDKErrors.h.
Enumeration of the type for video subscribe failed reason.
Definition at line 1767 of file ZoomSDKErrors.h.
Enumeration of waiting room layout type. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0059359.
| Enumerator | |
|---|---|
| ZoomSDKWaitingRoomLayoutType_Default | Default layout. |
| ZoomSDKWaitingRoomLayoutType_Logo | Layout displaying a logo. |
| ZoomSDKWaitingRoomLayoutType_Video | Layout displaying a video. |
Definition at line 1866 of file ZoomSDKErrors.h.
Enumeration of wallpaper layout modes.
Definition at line 2495 of file ZoomSDKErrors.h.
Enumeration of the wallpaper setting status.
Definition at line 2509 of file ZoomSDKErrors.h.
Enumeration of the whiteboard create options.
Definition at line 2278 of file ZoomSDKErrors.h.
Enumeration of the whiteboard share options.
Definition at line 2264 of file ZoomSDKErrors.h.
Enumeration of the whiteboard status.
| Enumerator | |
|---|---|
| ZoomSDKWhiteboardStatus_Started | The user has started sharing their whiteboard. |
| ZoomSDKWhiteboardStatus_Stopped | The user has stopped sharing their whiteboard. |
Definition at line 2292 of file ZoomSDKErrors.h.