Members
(constant) AudioCallbackActionInfo :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ACTION_INFO_NONE |
Number | For initialization. |
ACTION_INFO_CHOOSE_AUDIO_DEVICE_NOAUDIODEVICECONNECTTED |
Number | Choose audio device because no audio device is connected yet. |
ACTION_INFO_CHOOSE_AUDIO_DEVICE_COMPUTERAUDIODEVICEERROR |
Number | Choose audio device because there is an error in the connected computer audio device. |
ACTION_INFO_CHOOSE_AUDIO_DEVICE_PHONECALLDEVICEERROR |
Number | Choose audio device because there is an error in the connected phone call device. |
ACTION_INFO_NEED_JOIN_VOIP |
Number | Need to join voip. |
ACTION_INFO_MUTE_UNMUTE_AUDIO |
Number | Mute or unmute some user's audio |
ACTION_INFO_SHOW_AUDIO_SETTING_WINDOW |
Number | Show audio setting window. |
Type:
- Number
(constant) AudioCallbackActionInfo :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ACTION_INFO_NONE |
Number | For initialization. |
ACTION_INFO_CHOOSE_AUDIO_DEVICE_NOAUDIODEVICECONNECTTED |
Number | Choose audio device because no audio device is connected yet. |
ACTION_INFO_CHOOSE_AUDIO_DEVICE_COMPUTERAUDIODEVICEERROR |
Number | Choose audio device because there is an error in the connected computer audio device. |
ACTION_INFO_CHOOSE_AUDIO_DEVICE_PHONECALLDEVICEERROR |
Number | Choose audio device because there is an error in the connected phone call device. |
ACTION_INFO_NEED_JOIN_VOIP |
Number | Need to join voip. |
ACTION_INFO_MUTE_UNMUTE_AUDIO |
Number | Mute or unmute some user's audio |
ACTION_INFO_SHOW_AUDIO_SETTING_WINDOW |
Number | Show audio setting window. |
Type:
- Number
(constant) AudioShareMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
AudioShareMode_Mono |
Number | Mono mode. |
AudioShareMode_Stereo |
Number | Stereo mode. |
Type:
- Number
(constant) AudioShareMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
AudioShareMode_Mono |
Number | Mono mode. |
AudioShareMode_Stereo |
Number | Stereo mode. |
Type:
- Number
(constant) AudioStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Audio_None |
Number | Initialization. |
Audio_Muted |
Number | Muted status. |
Audio_UnMuted |
Number | Muted by the host. |
Audio_Muted_ByHost |
Number | Muted by the host. |
Audio_UnMuted_ByHost |
Number | Unmuted by the host. |
Audio_MutedAll_ByHost |
Number | The host mutes all. |
Audio_UnMutedAll_ByHost |
Number | The host unmutes all. |
Type:
- Number
(constant) AudioStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Audio_None |
Number | Initialization. |
Audio_Muted |
Number | Muted status. |
Audio_UnMuted |
Number | Muted by the host. |
Audio_Muted_ByHost |
Number | Muted by the host. |
Audio_UnMuted_ByHost |
Number | Unmuted by the host. |
Audio_MutedAll_ByHost |
Number | The host mutes all. |
Audio_UnMutedAll_ByHost |
Number | The host unmutes all. |
Type:
- Number
(constant) AudioType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
AUDIOTYPE_NONE |
Number | Normal audio type. |
AUDIOTYPE_VOIP |
Number | In VoIP mode. |
AUDIOTYPE_PHONE |
Number | In telephone mode. |
AUDIOTYPE_UNKNOWN |
Number | Unknown mode. |
Type:
- Number
(constant) AudioType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
AUDIOTYPE_NONE |
Number | Normal audio type. |
AUDIOTYPE_VOIP |
Number | In VoIP mode. |
AUDIOTYPE_PHONE |
Number | In telephone mode. |
AUDIOTYPE_UNKNOWN |
Number | Unknown mode. |
Type:
- Number
(constant) CannotShareReasonType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
CannotShareReasonType_None |
Number | For initialization. |
CannotShareReasonType_Locked |
Number | Only the host can share. |
CannotShareReasonType_Disabled |
Number | Sharing is disabled. |
CannotShareReasonType_Other_Screen_Sharing |
Number | Another is sharing their screen. |
CannotShareReasonType_Other_WB_Sharing |
Number | Another is sharing their whiteboard. |
CannotShareReasonType_Need_Grab_Myself_Screen_Sharing |
Number | The user is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Need_Grab_Other_Screen_Sharing |
Number | Another is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Need_Grab_Audio_Sharing |
Number | Another is sharing pure computer audio, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Need_Grap_WB_Sharing |
Number | Other or myself is sharing whiteboard, and can Grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Reach_Maximum |
Number | The meeting has reached the maximum allowed screen share sessions. |
CannotShareReasonType_Have_Share_From_Mainsession |
Number | Other share screen in main session. |
CannotShareReasonType_Other_DOCS_Sharing |
Number | Another participant is sharing their zoom docs. |
CannotShareReasonType_Need_Grab_DOCS_Sharing |
Number | Other or myself is sharing docs, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_UnKnown |
Number | UnKnown reason. |
Type:
- Number
(constant) CannotShareReasonType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
CannotShareReasonType_None |
Number | For initialization. |
CannotShareReasonType_Locked |
Number | Only the host can share. |
CannotShareReasonType_Disabled |
Number | Sharing is disabled. |
CannotShareReasonType_Other_Screen_Sharing |
Number | Another is sharing their screen. |
CannotShareReasonType_Other_WB_Sharing |
Number | Another is sharing their whiteboard. |
CannotShareReasonType_Need_Grab_Myself_Screen_Sharing |
Number | The user is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Need_Grab_Other_Screen_Sharing |
Number | Another is sharing their screen, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Need_Grab_Audio_Sharing |
Number | Another is sharing pure computer audio, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Need_Grap_WB_Sharing |
Number | Other or myself is sharing whiteboard, and can Grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_Reach_Maximum |
Number | The meeting has reached the maximum allowed screen share sessions. |
CannotShareReasonType_Have_Share_From_Mainsession |
Number | Other share screen in main session. |
CannotShareReasonType_Other_DOCS_Sharing |
Number | Another participant is sharing their zoom docs. |
CannotShareReasonType_Need_Grab_DOCS_Sharing |
Number | Other or myself is sharing docs, and can grab. To grab, call EnableGrabShareWithoutReminder(true) before starting share. |
CannotShareReasonType_UnKnown |
Number | UnKnown reason. |
Type:
- Number
(constant) ConnectionQuality :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Conn_Quality_Unknown |
Number | Unknown connection status. |
Conn_Quality_Very_Bad |
Number | The connection quality is very poor. |
Conn_Quality_Bad |
Number | The connection quality is poor. |
Conn_Quality_Not_Good |
Number | The connection quality is not good. |
Conn_Quality_Normal |
Number | The connection quality is normal. |
Conn_Quality_Good |
Number | The connection quality is good. |
Conn_Quality_Excellent |
Number | The connection quality is excellent. |
Type:
- Number
(constant) ConnectionQuality :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Conn_Quality_Unknown |
Number | Unknown connection status. |
Conn_Quality_Very_Bad |
Number | The connection quality is very poor. |
Conn_Quality_Bad |
Number | The connection quality is poor. |
Conn_Quality_Not_Good |
Number | The connection quality is not good. |
Conn_Quality_Normal |
Number | The connection quality is normal. |
Conn_Quality_Good |
Number | The connection quality is good. |
Conn_Quality_Excellent |
Number | The connection quality is excellent. |
Type:
- Number
(constant) CustomizedLanguageType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
CustomizedLanguage_None |
Number | No use of the custom resource. |
CustomizedLanguage_FilePath |
Number | Use the specified file path to assign the custom resource. |
CustomizedLanguage_Content |
Number | Use the specified content to assign the custom resource. |
Type:
- Number
(constant) CustomizedLanguageType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
CustomizedLanguage_None |
Number | No use of the custom resource. |
CustomizedLanguage_FilePath |
Number | Use the specified file path to assign the custom resource. |
CustomizedLanguage_Content |
Number | Use the specified content to assign the custom resource. |
Type:
- Number
(constant) DirectShareStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
DirectShare_Unknown |
Number | Only for initialization. |
DirectShare_Connecting |
Number | Waiting for enabling the direct sharing. |
DirectShare_In_Direct_Share_Mode |
Number | In direct sharing mode. |
DirectShare_Ended |
Number | End the direct sharing. |
DirectShare_Need_MeetingID_Or_PairingCode |
Number | Re-enter the meeting ID/paring code. |
DirectShare_NetWork_Error |
Number | Network error. Please try again later. |
DirectShare_Other_Error |
Number | Other errors. Mainly occur in SIP call mode. |
DirectShare_WrongMeetingID_Or_SharingKey |
Number | Wrong meeting ID or sharing key. |
DirectShare_InputNewParingCode |
Number | Please input new paring code. |
DirectShare_Prepared |
Number | Prepare to share data. |
Type:
- Number
(constant) DirectShareStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
DirectShare_Unknown |
Number | Only for initialization. |
DirectShare_Connecting |
Number | Waiting for enabling the direct sharing. |
DirectShare_In_Direct_Share_Mode |
Number | In direct sharing mode. |
DirectShare_Ended |
Number | End the direct sharing. |
DirectShare_Need_MeetingID_Or_PairingCode |
Number | Re-enter the meeting ID/paring code. |
DirectShare_NetWork_Error |
Number | Network error. Please try again later. |
DirectShare_Other_Error |
Number | Other errors. Mainly occur in SIP call mode. |
DirectShare_WrongMeetingID_Or_SharingKey |
Number | Wrong meeting ID or sharing key. |
DirectShare_InputNewParingCode |
Number | Please input new paring code. |
DirectShare_Prepared |
Number | Prepare to share data. |
Type:
- Number
(constant) FeatureEnableOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZNEnableOption_None |
Number | do not enable. |
ZNEnableOption_Once |
Number | enable for this meeting. |
ZNEnableOption_Always |
Number | enable for this and all future meetings on this account. |
Type:
- Number
(constant) FeatureEnableOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZNEnableOption_None |
Number | do not enable. |
ZNEnableOption_Once |
Number | enable for this meeting. |
ZNEnableOption_Always |
Number | enable for this and all future meetings on this account. |
Type:
- Number
(constant) FreeMeetingNeedUpgradeType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
FreeMeetingNeedUpgradeType_NONE |
Number | Initialization. |
FreeMeetingNeedUpgradeType_BY_ADMIN |
Number | It is necessary for administrator to upgrade the free meeting. |
FreeMeetingNeedUpgradeType_BY_GIFTURL |
Number | Upgrade the free meeting by the gift link. |
Type:
- Number
(constant) FreeMeetingNeedUpgradeType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
FreeMeetingNeedUpgradeType_NONE |
Number | Initialization. |
FreeMeetingNeedUpgradeType_BY_ADMIN |
Number | It is necessary for administrator to upgrade the free meeting. |
FreeMeetingNeedUpgradeType_BY_GIFTURL |
Number | Upgrade the free meeting by the gift link. |
Type:
- Number
(constant) H323CalloutStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
H323Callout_Unknown |
Number | Used only for initialization. |
H323Callout_Success |
Number | Call successfully. |
H323Callout_Ring |
Number | Bell during the call. |
H323Callout_Timeout |
Number | Call timeout. |
H323Callout_Failed |
Number | Call fails. |
H323Callout_Busy |
Number | Busy. |
H323Callout_Decline |
Number | Decline. |
Type:
- Number
(constant) H323CalloutStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
H323Callout_Unknown |
Number | Used only for initialization. |
H323Callout_Success |
Number | Call successfully. |
H323Callout_Ring |
Number | Bell during the call. |
H323Callout_Timeout |
Number | Call timeout. |
H323Callout_Failed |
Number | Call fails. |
H323Callout_Busy |
Number | Busy. |
H323Callout_Decline |
Number | Decline. |
Type:
- Number
(constant) H323DeviceType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
H323DeviceType_Unknown |
Number | Unknown device, only for initialization. |
H323DeviceType_H323 |
Number | H.323 device. |
H323DeviceType_SIP |
Number | SIP device. |
H323DeviceType_BOTH |
Number | H.323 device and SIP device. |
Type:
- Number
(constant) H323DeviceType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
H323DeviceType_Unknown |
Number | Unknown device, only for initialization. |
H323DeviceType_H323 |
Number | H.323 device. |
H323DeviceType_SIP |
Number | SIP device. |
H323DeviceType_BOTH |
Number | H.323 device and SIP device. |
Type:
- Number
(constant) LeaveMeetingCmd :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LEAVE_MEETING |
Number | Leave meeting |
END_MEETING |
Number | End meeting |
Type:
- Number
(constant) LeaveMeetingCmd :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LEAVE_MEETING |
Number | Leave meeting |
END_MEETING |
Number | End meeting |
Type:
- Number
(constant) LiveStreamStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LiveStreamStatus_None |
Number | Only for initialization. |
LiveStreamStatus_InProgress |
Number | In progress. |
LiveStreamStatus_Connecting |
Number | Be connecting. |
LiveStreamStatus_Start_Failed_Timeout |
Number | Connect timeout. |
LiveStreamStatus_Start_Failed |
Number | Failed to start live streaming. |
LiveStreamStatus_Ended |
Number | Live stream ends. |
Type:
- Number
(constant) LiveStreamStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LiveStreamStatus_None |
Number | Only for initialization. |
LiveStreamStatus_InProgress |
Number | In progress. |
LiveStreamStatus_Connecting |
Number | Be connecting. |
LiveStreamStatus_Start_Failed_Timeout |
Number | Connect timeout. |
LiveStreamStatus_Start_Failed |
Number | Failed to start live streaming. |
LiveStreamStatus_Ended |
Number | Live stream ends. |
Type:
- Number
(constant) LoginFailReason :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LoginFail_None |
Number | No failure, login successful. |
LoginFail_EmailLoginDisable |
Number | Email login is disabled. |
LoginFail_UserNotExist |
Number | User does not exist. |
LoginFail_WrongPassword |
Number | Incorrect password. |
LoginFail_AccountLocked |
Number | Account is locked. |
LoginFail_SDKNeedUpdate |
Number | SDK needs to be updated. |
LoginFail_TooManyFailedAttempts |
Number | Too many failed login attempts. |
LoginFail_SMSCodeError |
Number | Incorrect SMS verification code. |
LoginFail_SMSCodeExpired |
Number | SMS verification code has expired. |
LoginFail_PhoneNumberFormatInValid |
Number | Invalid phone number format. |
LoginFail_LoginTokenInvalid |
Number | Invalid login token. |
LoginFail_OtherIssue |
Number | Other unspecified issue. |
Type:
- Number
(constant) LoginFailReason :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LoginFail_None |
Number | No failure, login successful. |
LoginFail_EmailLoginDisable |
Number | Email login is disabled. |
LoginFail_UserNotExist |
Number | User does not exist. |
LoginFail_WrongPassword |
Number | Incorrect password. |
LoginFail_AccountLocked |
Number | Account is locked. |
LoginFail_SDKNeedUpdate |
Number | SDK needs to be updated. |
LoginFail_TooManyFailedAttempts |
Number | Too many failed login attempts. |
LoginFail_SMSCodeError |
Number | Incorrect SMS verification code. |
LoginFail_SMSCodeExpired |
Number | SMS verification code has expired. |
LoginFail_PhoneNumberFormatInValid |
Number | Invalid phone number format. |
LoginFail_LoginTokenInvalid |
Number | Invalid login token. |
LoginFail_OtherIssue |
Number | Other unspecified issue. |
Type:
- Number
(constant) MeetingAICompanionQueryFeedbackType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MeetingAICompanionQueryFeedbackType_None |
Number | Initialization. |
MeetingAICompanionQueryFeedbackType_Good |
Number | Good. |
MeetingAICompanionQueryFeedbackType_Bad |
Number | Bad. |
Type:
- Number
(constant) MeetingAICompanionQueryFeedbackType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MeetingAICompanionQueryFeedbackType_None |
Number | Initialization. |
MeetingAICompanionQueryFeedbackType_Good |
Number | Good. |
MeetingAICompanionQueryFeedbackType_Bad |
Number | Bad. |
Type:
- Number
(constant) MeetingAICompanionQuerySettingOptions :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MeetingAICompanionQuerySettingOptions_None |
Number | Initialization. |
MeetingAICompanionQuerySettingOptions_WhenQueryStarted |
Number | Allows all participants and attendee to ask questions about all discussions since AI Companion was active. |
MeetingAICompanionQuerySettingOptions_WhenParticipantsJoin |
Number | Allows all participants to ask questions about the discussion since they joined the current meeting. |
MeetingAICompanionQuerySettingOptions_OnlyHost |
Number | Allow only the host, alternative host, and users with host privileges assigned before the meeting starts to ask questions about all discussions since AI Companion is active. |
MeetingAICompanionQuerySettingOptions_ParticipantsAndInviteesInOurOrganization |
Number | Allows only participants and invitees from your organization to ask questions about all discussions since AI Companion was active. |
MeetingAICompanionQuerySettingOptions_WhenParticipantsAndOrganizationJoin |
Number | Allows only participants from your organization to ask questions about the discussion since they joined the current meeting. |
MeetingAICompanionQuerySettingOptions_HostAndPanelists |
Number | Hosts and all panelists can ask question, and answers are based on the meeting's start until now. |
MeetingAICompanionQuerySettingOptions_HostAndPanelistsInOurOrganization |
Number | Hosts and all panelists in our organization can ask question, and answers are based on the meeting's start until now. |
Type:
- Number
(constant) MeetingAICompanionQuerySettingOptions :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MeetingAICompanionQuerySettingOptions_None |
Number | Initialization. |
MeetingAICompanionQuerySettingOptions_WhenQueryStarted |
Number | Allows all participants and attendee to ask questions about all discussions since AI Companion was active. |
MeetingAICompanionQuerySettingOptions_WhenParticipantsJoin |
Number | Allows all participants to ask questions about the discussion since they joined the current meeting. |
MeetingAICompanionQuerySettingOptions_OnlyHost |
Number | Allow only the host, alternative host, and users with host privileges assigned before the meeting starts to ask questions about all discussions since AI Companion is active. |
MeetingAICompanionQuerySettingOptions_ParticipantsAndInviteesInOurOrganization |
Number | Allows only participants and invitees from your organization to ask questions about all discussions since AI Companion was active. |
MeetingAICompanionQuerySettingOptions_WhenParticipantsAndOrganizationJoin |
Number | Allows only participants from your organization to ask questions about the discussion since they joined the current meeting. |
MeetingAICompanionQuerySettingOptions_HostAndPanelists |
Number | Hosts and all panelists can ask question, and answers are based on the meeting's start until now. |
MeetingAICompanionQuerySettingOptions_HostAndPanelistsInOurOrganization |
Number | Hosts and all panelists in our organization can ask question, and answers are based on the meeting's start until now. |
Type:
- Number
(constant) MeetingEndReason :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
EndMeetingReason_None |
Number | For initialization. |
EndMeetingReason_KickByHost |
Number | Kicked by host. |
EndMeetingReason_EndByHost |
Number | Ended by host. |
EndMeetingReason_JBHTimeOut |
Number | JBH times out. |
EndMeetingReason_NoAttendee |
Number | No attendee. |
EndMeetingReason_HostStartAnotherMeeting |
Number | Host starts another meeting. |
EndMeetingReason_FreeMeetingTimeOut |
Number | Free meeting times out. |
EndMeetingReason_Undefined |
Number | Represents an undefined end meeting reason, typically used for new error codes introduced by the backend after client release. |
Type:
- Number
(constant) MeetingEndReason :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
EndMeetingReason_None |
Number | For initialization. |
EndMeetingReason_KickByHost |
Number | Kicked by host. |
EndMeetingReason_EndByHost |
Number | Ended by host. |
EndMeetingReason_JBHTimeOut |
Number | JBH times out. |
EndMeetingReason_NoAttendee |
Number | No attendee. |
EndMeetingReason_HostStartAnotherMeeting |
Number | Host starts another meeting. |
EndMeetingReason_FreeMeetingTimeOut |
Number | Free meeting times out. |
EndMeetingReason_Undefined |
Number | Represents an undefined end meeting reason, typically used for new error codes introduced by the backend after client release. |
Type:
- Number
(constant) MeetingReminderType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
TYPE_LOGIN_REQUIRED |
Number | Reminder type of login. |
TYPE_START_OR_JOIN_MEETING |
Number | Reminder type of start or join meeting. |
TYPE_RECORD_REMINDER |
Number | Reminder type of record reminder. |
TYPE_RECORD_DISCLAIMER |
Number | Reminder type of record disclaimer. |
TYPE_LIVE_STREAM_DISCLAIMER |
Number | Reminder type of live stream disclaimer. |
TYPE_ARCHIVE_DISCLAIMER |
Number | Reminder type of archive disclaimer. |
TYPE_WEBINAR_AS_PANELIST_JOIN |
Number | Reminder type of join webinar as panelist. |
TYPE_TERMS_OF_SERVICE |
Number | Reminder type of Terms of service or privacy statement changed. |
TYPE_SMART_SUMMARY_DISCLAIMER |
Number | Reminder type of smart summary disclaimer. |
TYPE_SMART_SUMMARY_ENABLE_REQUEST_REMINDER |
Number | Reminder type of smart summary enable request. |
TYPE_QUERY_DISCLAIMER |
Number | Reminder type of query disclaimer. |
TYPE_QUERY_ENABLE_REQUEST_REMINDER |
Number | Reminder type of query enable request. |
TYPE_ENABLE_SMART_SUMMARY_REMINDER |
Number | Reminder type of enable smart summary. |
TYPE_WEBINAR_ATTENDEE_PROMOTE_REMINDER |
Number | Reminder type of webinar promote attendee. |
TYPE_JOIN_PRIVATE_MODE_MEETING_REMINDER |
Number | Reminder type of joining a meeting with private mode. |
TYPE_SMART_RECORDING_ENABLE_REQUEST_REMINDER |
Number | Reminder type to enable smart recording request. |
TYPE_ENABLE_SMART_RECORDING_REMINDER |
Number | Reminder type to enable smart recording. |
TYPE_AI_COMPANION_PLUS_DISCLAIMER |
Number | Reminder type of AICompanionPlus disclaimer. |
TYPE_CLOSED_CAPTION_DISCLAIMER |
Number | Reminder type of Close Caption disclaimer. |
TYPE_MULTI_DISCLAIMER |
Number | Reminder type of disclaimers combination. |
TYPE_JOIN_MEETING_CONNECTOR_AS_GUEST_REMINDER |
Number | Reminder type for a join meeting connector with guest mode. |
TYPE_COMMON_DISCLAIMER |
Number | Reminder type of common disclaimer. |
Type:
- Number
(constant) MeetingReminderType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
TYPE_LOGIN_REQUIRED |
Number | Reminder type of login. |
TYPE_START_OR_JOIN_MEETING |
Number | Reminder type of start or join meeting. |
TYPE_RECORD_REMINDER |
Number | Reminder type of record reminder. |
TYPE_RECORD_DISCLAIMER |
Number | Reminder type of record disclaimer. |
TYPE_LIVE_STREAM_DISCLAIMER |
Number | Reminder type of live stream disclaimer. |
TYPE_ARCHIVE_DISCLAIMER |
Number | Reminder type of archive disclaimer. |
TYPE_WEBINAR_AS_PANELIST_JOIN |
Number | Reminder type of join webinar as panelist. |
TYPE_TERMS_OF_SERVICE |
Number | Reminder type of Terms of service or privacy statement changed. |
TYPE_SMART_SUMMARY_DISCLAIMER |
Number | Reminder type of smart summary disclaimer. |
TYPE_SMART_SUMMARY_ENABLE_REQUEST_REMINDER |
Number | Reminder type of smart summary enable request. |
TYPE_QUERY_DISCLAIMER |
Number | Reminder type of query disclaimer. |
TYPE_QUERY_ENABLE_REQUEST_REMINDER |
Number | Reminder type of query enable request. |
TYPE_ENABLE_SMART_SUMMARY_REMINDER |
Number | Reminder type of enable smart summary. |
TYPE_WEBINAR_ATTENDEE_PROMOTE_REMINDER |
Number | Reminder type of webinar promote attendee. |
TYPE_JOIN_PRIVATE_MODE_MEETING_REMINDER |
Number | Reminder type of joining a meeting with private mode. |
TYPE_SMART_RECORDING_ENABLE_REQUEST_REMINDER |
Number | Reminder type to enable smart recording request. |
TYPE_ENABLE_SMART_RECORDING_REMINDER |
Number | Reminder type to enable smart recording. |
TYPE_AI_COMPANION_PLUS_DISCLAIMER |
Number | Reminder type of AICompanionPlus disclaimer. |
TYPE_CLOSED_CAPTION_DISCLAIMER |
Number | Reminder type of Close Caption disclaimer. |
TYPE_MULTI_DISCLAIMER |
Number | Reminder type of disclaimers combination. |
TYPE_JOIN_MEETING_CONNECTOR_AS_GUEST_REMINDER |
Number | Reminder type for a join meeting connector with guest mode. |
TYPE_COMMON_DISCLAIMER |
Number | Reminder type of common disclaimer. |
Type:
- Number
(constant) MeetingType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETING_TYPE_NONE |
Number | For initialization. |
MEETING_TYPE_NORMAL |
Number | Ordinary meeting. |
MEETING_TYPE_WEBINAR |
Number | Webinar. |
MEETING_TYPE_BREAKOUTROOM |
Number | Breakout meeting. |
Type:
- Number
(constant) MeetingType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETING_TYPE_NONE |
Number | For initialization. |
MEETING_TYPE_NORMAL |
Number | Ordinary meeting. |
MEETING_TYPE_WEBINAR |
Number | Webinar. |
MEETING_TYPE_BREAKOUTROOM |
Number | Breakout meeting. |
Type:
- Number
(constant) PremeetingAPIResult :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
PREMETAPIRET_UNKNOW |
Number | API returns unknown error. |
PREMETAPIRET_SUCCESS |
Number | Calls API successfully. |
Type:
- Number
(constant) PremeetingAPIResult :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
PREMETAPIRET_UNKNOW |
Number | API returns unknown error. |
PREMETAPIRET_SUCCESS |
Number | Calls API successfully. |
Type:
- Number
(constant) RawDataMemoryMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RawDataMemoryMode_Stack |
Number | Use stack memory. |
RawDataMemoryMode_Heap |
Number | Use heap memory. |
Type:
- Number
(constant) RawDataMemoryMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RawDataMemoryMode_Stack |
Number | Use stack memory. |
RawDataMemoryMode_Heap |
Number | Use heap memory. |
Type:
- Number
(constant) RawDataResolution :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RawDataResolution_90 |
Number | |
RawDataResolution_180 |
Number | |
RawDataResolution_360 |
Number | |
RawDataResolution_720 |
Number | |
RawDataResolution_1080 |
Number |
Type:
- Number
(constant) RawDataResolution :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RawDataResolution_90 |
Number | |
RawDataResolution_180 |
Number | |
RawDataResolution_360 |
Number | |
RawDataResolution_720 |
Number | |
RawDataResolution_1080 |
Number |
Type:
- Number
(constant) RawDataStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RawData_On |
Number | |
RawData_Off |
Number |
Type:
- Number
(constant) RawDataStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RawData_On |
Number | |
RawData_Off |
Number |
Type:
- Number
(constant) RecordingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Recording_Start |
Number | Start recording on local computer or on cloud. |
Recording_Stop |
Number | Stop recording on local computer or on cloud. |
Recording_DiskFull |
Number | There is no more space to store both local and cloud recording. |
Recording_Pause |
Number | Pause recording on local or on cloud. |
Recording_Connecting |
Number | Connecting, only for cloud recording. |
Recording_Fail |
Number | Saving the recording failed. |
Type:
- Number
(constant) RecordingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Recording_Start |
Number | Start recording on local computer or on cloud. |
Recording_Stop |
Number | Stop recording on local computer or on cloud. |
Recording_DiskFull |
Number | There is no more space to store both local and cloud recording. |
Recording_Pause |
Number | Pause recording on local or on cloud. |
Recording_Connecting |
Number | Connecting, only for cloud recording. |
Recording_Fail |
Number | Saving the recording failed. |
Type:
- Number
(constant) RequestStartCloudRecordingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RequestStartCloudRecording_Granted |
Number | host grants the request. |
RequestStartCloudRecording_Denied |
Number | host denies the request. |
RequestStartCloudRecording_TimedOut |
Number | the request for cloud recording timed out. |
Type:
- Number
(constant) RequestStartCloudRecordingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RequestStartCloudRecording_Granted |
Number | host grants the request. |
RequestStartCloudRecording_Denied |
Number | host denies the request. |
RequestStartCloudRecording_TimedOut |
Number | the request for cloud recording timed out. |
Type:
- Number
(constant) RequiredInfoType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
REQUIRED_INFO_TYPE_NONE |
Number | Initialization. |
REQUIRED_INFO_TYPE_Password |
Number | The user needs to enter the password when joins the meeting. Via the InputMeetingPasswordAndScreenName() to specify the password information. |
REQUIRED_INFO_TYPE_Password4WrongPassword |
Number | If the password is invalid, the user needs to re-enter it. Via the InputMeetingPasswordAndScreenName() to specify the password information. |
REQUIRED_INFO_TYPE_PasswordAndScreenName |
Number | The user needs to enter the screen name and the password,via the InputMeetingPasswordAndScreenName() to specify the necessary information. |
REQUIRED_INFO_TYPE_ScreenName |
Number | The user needs to enter the screen name. Via the InputMeetingScreenName() to specify the screen name information. |
REQUIRED_INFO_TYPE_MeetingIDAndScreenName |
Number | The user needs to enter the screen name and the meeting id,via the InputMeetingMeetingIDAndScreenName() to specify the necessary information. |
Type:
- Number
(constant) RequiredInfoType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
REQUIRED_INFO_TYPE_NONE |
Number | Initialization. |
REQUIRED_INFO_TYPE_Password |
Number | The user needs to enter the password when joins the meeting. Via the InputMeetingPasswordAndScreenName() to specify the password information. |
REQUIRED_INFO_TYPE_Password4WrongPassword |
Number | If the password is invalid, the user needs to re-enter it. Via the InputMeetingPasswordAndScreenName() to specify the password information. |
REQUIRED_INFO_TYPE_PasswordAndScreenName |
Number | The user needs to enter the screen name and the password,via the InputMeetingPasswordAndScreenName() to specify the necessary information. |
REQUIRED_INFO_TYPE_ScreenName |
Number | The user needs to enter the screen name. Via the InputMeetingScreenName() to specify the screen name information. |
REQUIRED_INFO_TYPE_MeetingIDAndScreenName |
Number | The user needs to enter the screen name and the meeting id,via the InputMeetingMeetingIDAndScreenName() to specify the necessary information. |
Type:
- Number
(constant) SDKAttendeeViewMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKAttendeeViewMode_None |
Number | attendee view display mode is invaild. |
SDKAttendeeViewMode_FollowHost |
Number | follow host. |
SDKAttendeeViewMode_Speaker |
Number | always view active speaker. |
SDKAttendeeViewMode_Gallery |
Number | always view gallery. |
SDKAttendeeViewMode_Standard |
Number | attendee can manually switch between gallery and active speaker. |
SDKAttendeeViewMode_SidebysideSpeaker |
Number | attendee view sharing side by side speaker. |
SDKAttendeeViewMode_SidebysideGallery |
Number | attendee view sharing side by side gallery. |
Type:
- Number
(constant) SDKAttendeeViewMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKAttendeeViewMode_None |
Number | attendee view display mode is invaild. |
SDKAttendeeViewMode_FollowHost |
Number | follow host. |
SDKAttendeeViewMode_Speaker |
Number | always view active speaker. |
SDKAttendeeViewMode_Gallery |
Number | always view gallery. |
SDKAttendeeViewMode_Standard |
Number | attendee can manually switch between gallery and active speaker. |
SDKAttendeeViewMode_SidebysideSpeaker |
Number | attendee view sharing side by side speaker. |
SDKAttendeeViewMode_SidebysideGallery |
Number | attendee view sharing side by side gallery. |
Type:
- Number
(constant) SDKChatMessageDeleteType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_CHAT_DELETE_BY_NONE |
Number | none. |
SDK_CHAT_DELETE_BY_SELF |
Number | delete by self. |
SDK_CHAT_DELETE_BY_HOST |
Number | delete by host. |
SDK_CHAT_DELETE_BY_DLP |
Number | delete by dlp when the message goes against the host organization's compliance policies. |
Type:
- Number
(constant) SDKChatMessageDeleteType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_CHAT_DELETE_BY_NONE |
Number | none. |
SDK_CHAT_DELETE_BY_SELF |
Number | delete by self. |
SDK_CHAT_DELETE_BY_HOST |
Number | delete by host. |
SDK_CHAT_DELETE_BY_DLP |
Number | delete by dlp when the message goes against the host organization's compliance policies. |
Type:
- Number
(constant) SDKChatMessageType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKChatMessageType_To_None |
Number | For initialize. |
SDKChatMessageType_To_All |
Number | Chat message is send to all. |
SDKChatMessageType_To_All_Panelist |
Number | Chat message is send to all panelists. |
SDKChatMessageType_To_Individual_Panelist |
Number | Chat message is send to individual attendee and cc panelists. |
SDKChatMessageType_To_Individual |
Number | Chat message is send to individual user. |
SDKChatMessageType_To_WaitingRoomUsers |
Number | Chat message is send to waiting room user. |
Type:
- Number
(constant) SDKChatMessageType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKChatMessageType_To_None |
Number | For initialize. |
SDKChatMessageType_To_All |
Number | Chat message is send to all. |
SDKChatMessageType_To_All_Panelist |
Number | Chat message is send to all panelists. |
SDKChatMessageType_To_Individual_Panelist |
Number | Chat message is send to individual attendee and cc panelists. |
SDKChatMessageType_To_Individual |
Number | Chat message is send to individual user. |
SDKChatMessageType_To_WaitingRoomUsers |
Number | Chat message is send to waiting room user. |
Type:
- Number
(constant) SDKChatPrivilege :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_CHAT_PRIVILEGE_ALL |
Number | allow attendee to chat with everyone [meeting & webinar]. |
SDK_CHAT_PRIVILEGE_ALL_PANELIST |
Number | allow attendee to chat with all panelists only, but cannot to "all panelists and attendees" [webinar]. |
SDK_CHAT_PRIVILEGE_HOST |
Number | allow attendee to chat with host only [meeting]. |
SDK_CHAT_PRIVILEGE_DISABLE_ATTENDEE_CHAT |
Number | allow attendee to chat with no one [meeting & webinar]. |
SDK_CHAT_PRIVILEGE_HOST_PUBLIC |
Number | allow attendee to chat with host and public [meeting]. |
SDK_CHAT_PRIVILEGE_END |
Number |
Type:
- Number
(constant) SDKChatPrivilege :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_CHAT_PRIVILEGE_ALL |
Number | allow attendee to chat with everyone [meeting & webinar]. |
SDK_CHAT_PRIVILEGE_ALL_PANELIST |
Number | allow attendee to chat with all panelists only, but cannot to "all panelists and attendees" [webinar]. |
SDK_CHAT_PRIVILEGE_HOST |
Number | allow attendee to chat with host only [meeting]. |
SDK_CHAT_PRIVILEGE_DISABLE_ATTENDEE_CHAT |
Number | allow attendee to chat with no one [meeting & webinar]. |
SDK_CHAT_PRIVILEGE_HOST_PUBLIC |
Number | allow attendee to chat with host and public [meeting]. |
SDK_CHAT_PRIVILEGE_END |
Number |
Type:
- Number
(constant) SDKCustomizedStringType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_Customized_LiveStream_MenuString_LiveOn_String |
Number | The new string must end up with "%s" so that the menu item can show correctly. This type is used to define a string to replace the menu item ON %S on live streaming. |
SDK_Customized_LiveStream_MenuString_LiveView_String |
Number | The new string must end up with "%s" so that the menu item can show correctly. This type is used to define a string to replace the menu item VIEW STREAM ON %S on live streaming. |
SDK_Customized_LiveStream_MenuString_LiveStop_String |
Number | The new string must be a pure string so that it can show correctly. This type is used to define a string to replace the menu item STOP LIVE STREAM on live streaming. |
SDK_Customized_LiveStream_MenuString_CopyURL_String |
Number | The new string must be a pure string so that it can show correctly. This type is used to define a string to replace the menu item COPY STREAMING LINK on live streaming. |
SDK_Customized_Title_App |
Number | The new string must be a pure string so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI. |
SDK_Customized_Title_ZoomVideo |
Number | The new string must be the same format as "Zoom Participant ID: %s Meeting ID: %s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI. |
SDK_Customized_Title_FreeZoomVideo |
Number | The new string must be the same format as "Zoom Participant ID: %s %d-Minutes Meeting ID:%s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI when the user is free user and in view-only status. |
SDK_Customized_Title_ViewOnly_FreeZoomVideo |
Number | The new string must be the same format as "Zoom %d-Minutes Meeting ID: %s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI when the user is free user and in view-only status. |
Type:
- Number
(constant) SDKCustomizedStringType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_Customized_LiveStream_MenuString_LiveOn_String |
Number | The new string must end up with "%s" so that the menu item can show correctly. This type is used to define a string to replace the menu item ON %S on live streaming. |
SDK_Customized_LiveStream_MenuString_LiveView_String |
Number | The new string must end up with "%s" so that the menu item can show correctly. This type is used to define a string to replace the menu item VIEW STREAM ON %S on live streaming. |
SDK_Customized_LiveStream_MenuString_LiveStop_String |
Number | The new string must be a pure string so that it can show correctly. This type is used to define a string to replace the menu item STOP LIVE STREAM on live streaming. |
SDK_Customized_LiveStream_MenuString_CopyURL_String |
Number | The new string must be a pure string so that it can show correctly. This type is used to define a string to replace the menu item COPY STREAMING LINK on live streaming. |
SDK_Customized_Title_App |
Number | The new string must be a pure string so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI. |
SDK_Customized_Title_ZoomVideo |
Number | The new string must be the same format as "Zoom Participant ID: %s Meeting ID: %s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI. |
SDK_Customized_Title_FreeZoomVideo |
Number | The new string must be the same format as "Zoom Participant ID: %s %d-Minutes Meeting ID:%s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI when the user is free user and in view-only status. |
SDK_Customized_Title_ViewOnly_FreeZoomVideo |
Number | The new string must be the same format as "Zoom %d-Minutes Meeting ID: %s" so that it can show correctly. This type is used to define a string to replace the title of the meeting video UI when the user is free user and in view-only status. |
Type:
- Number
(constant) SDKCustomizedURLType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKCustomizedURL_VITRULBG_HELP |
Number | Set the custom help URL in the virtual background tab page. |
SDKCustomizedURL_VITRULBG_LEARN_MORE |
Number | Set the custom Learn More URL in the virtual background tab page. |
SDKCustomizedURL_SUPPORTURL |
Number | Set the Support URL in the meeting. |
Type:
- Number
(constant) SDKCustomizedURLType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKCustomizedURL_VITRULBG_HELP |
Number | Set the custom help URL in the virtual background tab page. |
SDKCustomizedURL_VITRULBG_LEARN_MORE |
Number | Set the custom Learn More URL in the virtual background tab page. |
SDKCustomizedURL_SUPPORTURL |
Number | Set the Support URL in the meeting. |
Type:
- Number
(constant) SDKDocsCreateOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKDocsCreateOption_None |
Number | A wrong option, maybe the meeting does not support docs. |
SDKDocsCreateOption_HostOnly |
Number | Only the host can initiate new docs. |
SDKDocsCreateOption_AccountUsers |
Number | Users under the same account can initiate new docs. |
SDKDocsCreateOption_All |
Number | All participants can initiate new docs. |
Type:
- Number
(constant) SDKDocsCreateOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKDocsCreateOption_None |
Number | A wrong option, maybe the meeting does not support docs. |
SDKDocsCreateOption_HostOnly |
Number | Only the host can initiate new docs. |
SDKDocsCreateOption_AccountUsers |
Number | Users under the same account can initiate new docs. |
SDKDocsCreateOption_All |
Number | All participants can initiate new docs. |
Type:
- Number
(constant) SDKDocsShareOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKDocsShareOption_None |
Number | A wrong option, such as the meeting not supporting docs. |
SDKDocsShareOption_HostShare |
Number | Only host can share docs. |
SDKDocsShareOption_HostGrabShare |
Number | Anyone can share docs, but only one doc can be shared at a time, and only host can take over another's sharing. |
SDKDocsShareOption_AllGrabShare |
Number | Anyone can share docs, but only one doc can be shared at a time, and anyone can take over another's sharing. |
Type:
- Number
(constant) SDKDocsShareOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKDocsShareOption_None |
Number | A wrong option, such as the meeting not supporting docs. |
SDKDocsShareOption_HostShare |
Number | Only host can share docs. |
SDKDocsShareOption_HostGrabShare |
Number | Anyone can share docs, but only one doc can be shared at a time, and only host can take over another's sharing. |
SDKDocsShareOption_AllGrabShare |
Number | Anyone can share docs, but only one doc can be shared at a time, and anyone can take over another's sharing. |
Type:
- Number
(constant) SDKDocsStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKDocsStatus_None |
Number | |
SDKDocsStatus_Start |
Number | User starts sharing docs. |
SDKDocsStatus_Stop |
Number | User stops sharing docs. |
Type:
- Number
(constant) SDKDocsStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKDocsStatus_None |
Number | |
SDKDocsStatus_Start |
Number | User starts sharing docs. |
SDKDocsStatus_Stop |
Number | User stops sharing docs. |
Type:
- Number
(constant) SDKEmojiReactionSkinTone :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKEmojiReactionSkinTone_Unknow |
Number | Do not use any tone. |
ZoomSDKEmojiReactionSkinTone_Default |
Number | Default skin tone. |
ZoomSDKEmojiReactionSkinTone_Light |
Number | Light skin tone. |
ZoomSDKEmojiReactionSkinTone_MediumLight |
Number | Medium light skin tone. |
ZoomSDKEmojiReactionSkinTone_Medium |
Number | Medium skin tone. |
ZoomSDKEmojiReactionSkinTone_MediumDark |
Number | Medium dark skin tone. |
ZoomSDKEmojiReactionSkinTone_Dark |
Number | Dark skin tone. |
Type:
- Number
(constant) SDKEmojiReactionSkinTone :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKEmojiReactionSkinTone_Unknow |
Number | Do not use any tone. |
ZoomSDKEmojiReactionSkinTone_Default |
Number | Default skin tone. |
ZoomSDKEmojiReactionSkinTone_Light |
Number | Light skin tone. |
ZoomSDKEmojiReactionSkinTone_MediumLight |
Number | Medium light skin tone. |
ZoomSDKEmojiReactionSkinTone_Medium |
Number | Medium skin tone. |
ZoomSDKEmojiReactionSkinTone_MediumDark |
Number | Medium dark skin tone. |
ZoomSDKEmojiReactionSkinTone_Dark |
Number | Dark skin tone. |
Type:
- Number
(constant) SDKEmojiReactionType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKEmojiReactionType_Unknow |
Number | |
ZoomSDKEmojiReactionType_Clap |
Number | |
ZoomSDKEmojiReactionType_Thumbsup |
Number | |
ZoomSDKEmojiReactionType_Heart |
Number | |
ZoomSDKEmojiReactionType_Joy |
Number | |
ZoomSDKEmojiReactionType_Openmouth |
Number | |
ZoomSDKEmojiReactionType_Tada |
Number |
Type:
- Number
(constant) SDKEmojiReactionType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKEmojiReactionType_Unknow |
Number | |
ZoomSDKEmojiReactionType_Clap |
Number | |
ZoomSDKEmojiReactionType_Thumbsup |
Number | |
ZoomSDKEmojiReactionType_Heart |
Number | |
ZoomSDKEmojiReactionType_Joy |
Number | |
ZoomSDKEmojiReactionType_Openmouth |
Number | |
ZoomSDKEmojiReactionType_Tada |
Number |
Type:
- Number
(constant) SDKH323TabPage :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_INVITEDLG_H323_DIALIN |
Number | Dial In' sub-tab page under Room System invitation tab page |
SDK_INVITEDLG_H323_CALLOUT |
Number | Call Out' sub-tab page under Room System invitation tab page |
Type:
- Number
(constant) SDKH323TabPage :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_INVITEDLG_H323_DIALIN |
Number | Dial In' sub-tab page under Room System invitation tab page |
SDK_INVITEDLG_H323_CALLOUT |
Number | Call Out' sub-tab page under Room System invitation tab page |
Type:
- Number
(constant) SDKInviteDlgTabPage :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_INVITEDLG_TAB_EMAILCONTACT |
Number | Invite by Email' tab page |
SDK_INVITEDLG_TAB_PHONECONTACT |
Number | Invite by Phone' tab pag |
SDK_INVITEDLG_TAB_ROOMSYSTEM |
Number | Invite a Room System' tab page |
Type:
- Number
(constant) SDKInviteDlgTabPage :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_INVITEDLG_TAB_EMAILCONTACT |
Number | Invite by Email' tab page |
SDK_INVITEDLG_TAB_PHONECONTACT |
Number | Invite by Phone' tab pag |
SDK_INVITEDLG_TAB_ROOMSYSTEM |
Number | Invite a Room System' tab page |
Type:
- Number
(constant) SDKMinimizeUIMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MinimizeUIMode_NONE |
Number | For initialization. |
MinimizeUIMode_SHARE |
Number | Minimized mode for sharing. |
MinimizeUIMode_VIDEO |
Number | Minimized mode for video. |
MinimizeUIMode_ACTIVESPEAKER |
Number | Minimized mode for speaking. |
Type:
- Number
(constant) SDKMinimizeUIMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MinimizeUIMode_NONE |
Number | For initialization. |
MinimizeUIMode_SHARE |
Number | Minimized mode for sharing. |
MinimizeUIMode_VIDEO |
Number | Minimized mode for video. |
MinimizeUIMode_ACTIVESPEAKER |
Number | Minimized mode for speaking. |
Type:
- Number
(constant) SDKPanelistChatPrivilege :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKPanelistChatPrivilege_PanelistOnly |
Number | Allow panelists only to chat with each other. |
SDKPanelistChatPrivilege_All |
Number | Allow panelist to chat with everyone. |
Type:
- Number
(constant) SDKPanelistChatPrivilege :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKPanelistChatPrivilege_PanelistOnly |
Number | Allow panelists only to chat with each other. |
SDKPanelistChatPrivilege_All |
Number | Allow panelist to chat with everyone. |
Type:
- Number
(constant) SDKRawDataError :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKRawDataError_SUCCESS |
Number | |
SDKRawDataError_UNINITIALIZED |
Number | |
SDKRawDataError_MALLOC_FAILED |
Number | |
SDKRawDataError_WRONGUSAGE |
Number | |
SDKRawDataError_INVALID_PARAM |
Number | |
SDKRawDataError_NOT_IN_MEETING |
Number | |
SDKRawDataError_NO_LICENSE |
Number | |
SDKRawDataError_VIDEO_MODULE_NOT_READY |
Number | |
SDKRawDataError_VIDEO_MODULE_ERROR |
Number | |
SDKRawDataError_VIDEO_DEVICE_ERROR |
Number | |
SDKRawDataError_NO_VIDEO_DATA |
Number | |
SDKRawDataError_SHARE_MODULE_NOT_READY |
Number | |
SDKRawDataError_SHARE_MODULE_ERROR |
Number | |
SDKRawDataError_NO_SHARE_DATA |
Number | |
SDKRawDataError_AUDIO_MODULE_NOT_READY |
Number | |
SDKRawDataError_AUDIO_MODULE_ERROR |
Number | |
SDKRawDataError_NO_AUDIO_DATA |
Number |
Type:
- Number
(constant) SDKRawDataError :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKRawDataError_SUCCESS |
Number | |
SDKRawDataError_UNINITIALIZED |
Number | |
SDKRawDataError_MALLOC_FAILED |
Number | |
SDKRawDataError_WRONGUSAGE |
Number | |
SDKRawDataError_INVALID_PARAM |
Number | |
SDKRawDataError_NOT_IN_MEETING |
Number | |
SDKRawDataError_NO_LICENSE |
Number | |
SDKRawDataError_VIDEO_MODULE_NOT_READY |
Number | |
SDKRawDataError_VIDEO_MODULE_ERROR |
Number | |
SDKRawDataError_VIDEO_DEVICE_ERROR |
Number | |
SDKRawDataError_NO_VIDEO_DATA |
Number | |
SDKRawDataError_SHARE_MODULE_NOT_READY |
Number | |
SDKRawDataError_SHARE_MODULE_ERROR |
Number | |
SDKRawDataError_NO_SHARE_DATA |
Number | |
SDKRawDataError_AUDIO_MODULE_NOT_READY |
Number | |
SDKRawDataError_AUDIO_MODULE_ERROR |
Number | |
SDKRawDataError_NO_AUDIO_DATA |
Number |
Type:
- Number
(constant) SDKRawDataMemoryMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKRawDataMemoryModeStack |
Number | Use stack memory. |
SDKRawDataMemoryModeHeap |
Number | Use heap memory. |
Type:
- Number
(constant) SDKRawDataMemoryMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKRawDataMemoryModeStack |
Number | Use stack memory. |
SDKRawDataMemoryModeHeap |
Number | Use heap memory. |
Type:
- Number
(constant) SDKUserInfoType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
REAL_USERINFO |
Number | |
FAKE_USERINFO |
Number |
Type:
- Number
(constant) SDKUserInfoType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
REAL_USERINFO |
Number | |
FAKE_USERINFO |
Number |
Type:
- Number
(constant) SDKVideoPreferenceMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKVideoPreferenceMode_Balance |
Number | Balance mode. Default Preference, no additional parameters needed. Zoom will do what is best under the current bandwidth situation and make adjustments as needed. |
SDKVideoPreferenceMode_Sharpness |
Number | Sharpness mode. Prioritizes a smooth video frame transition by preserving the frame rate as much as possible. |
SDKVideoPreferenceMode_Smoothness |
Number | Smoothness mode. Prioritizes a sharp video image by preserving the resolution as much as possible. |
SDKVideoPreferenceMode_Custom |
Number | Custom mode. Allows customization by providing the minimum and maximum frame rate. Use this mode if you have an understanding of your network behavior and a clear idea on how to adjust the frame rate to achieve the desired video quality. |
Type:
- Number
(constant) SDKVideoPreferenceMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKVideoPreferenceMode_Balance |
Number | Balance mode. Default Preference, no additional parameters needed. Zoom will do what is best under the current bandwidth situation and make adjustments as needed. |
SDKVideoPreferenceMode_Sharpness |
Number | Sharpness mode. Prioritizes a smooth video frame transition by preserving the frame rate as much as possible. |
SDKVideoPreferenceMode_Smoothness |
Number | Smoothness mode. Prioritizes a sharp video image by preserving the resolution as much as possible. |
SDKVideoPreferenceMode_Custom |
Number | Custom mode. Allows customization by providing the minimum and maximum frame rate. Use this mode if you have an understanding of your network behavior and a clear idea on how to adjust the frame rate to achieve the desired video quality. |
Type:
- Number
(constant) SDKViewType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_FIRST_VIEW |
Number | Primary displayer. |
SDK_SECOND_VIEW |
Number | Secondary displayer. |
SDK_SEND_SHARE_VIEW |
Number |
Type:
- Number
(constant) SDKViewType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_FIRST_VIEW |
Number | Primary displayer. |
SDK_SECOND_VIEW |
Number | Secondary displayer. |
SDK_SEND_SHARE_VIEW |
Number |
Type:
- Number
(constant) SDKWhiteboardCreateOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKWhiteboardCreateOption_HostOnly |
Number | Only the host can initiate a new whiteboard. |
SDKWhiteboardCreateOption_AccountUsers |
Number | Users under the same account as the meeting owner can initiate a new whiteboard. |
SDKWhiteboardCreateOption_All |
Number | All participants can initiate a new whiteboard. |
Type:
- Number
(constant) SDKWhiteboardCreateOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKWhiteboardCreateOption_HostOnly |
Number | Only the host can initiate a new whiteboard. |
SDKWhiteboardCreateOption_AccountUsers |
Number | Users under the same account as the meeting owner can initiate a new whiteboard. |
SDKWhiteboardCreateOption_All |
Number | All participants can initiate a new whiteboard. |
Type:
- Number
(constant) SDKWhiteboardShareOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKWhiteboardShareOption_HostShare |
Number | Only the host can share a whiteboard. |
SDKWhiteboardShareOption_HostGrabShare |
Number | Anyone can share a whiteboard, but only one can share at a time, and only the host can take another's sharing role. |
SDKWhiteboardShareOption_AllGrabShare |
Number | Anyone can share a whiteboard, but only one can share at a time, and anyone can take another's sharing role. |
Type:
- Number
(constant) SDKWhiteboardShareOption :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKWhiteboardShareOption_HostShare |
Number | Only the host can share a whiteboard. |
SDKWhiteboardShareOption_HostGrabShare |
Number | Anyone can share a whiteboard, but only one can share at a time, and only the host can take another's sharing role. |
SDKWhiteboardShareOption_AllGrabShare |
Number | Anyone can share a whiteboard, but only one can share at a time, and anyone can take another's sharing role. |
Type:
- Number
(constant) SDKWhiteboardStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKWhiteboardStatus_Started |
Number | User stared sharing their whiteboard. |
SDKWhiteboardStatus_Stopped |
Number | User stopped sharing their whiteboard. |
Type:
- Number
(constant) SDKWhiteboardStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKWhiteboardStatus_Started |
Number | User stared sharing their whiteboard. |
SDKWhiteboardStatus_Stopped |
Number | User stopped sharing their whiteboard. |
Type:
- Number
(constant) SMSVerificationCodeErr :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SMSVerificationCodeErr_Unknown |
Number | For initialization. |
SMSVerificationCodeErr_Success |
Number | Success. |
SMSVerificationCodeErr_Retrieve_SendSMSFailed |
Number | Send SMS Failed. |
SMSVerificationCodeErr_Retrieve_InvalidPhoneNum |
Number | Invalid phone number. |
SMSVerificationCodeErr_Retrieve_PhoneNumAlreadyBound |
Number | The phone number is already bound. |
SMSVerificationCodeErr_Retrieve_PhoneNumSendTooFrequent |
Number | Send phone number too frequently. |
SMSVerificationCodeErr_Verify_CodeIncorrect |
Number | Verification code is incorrect. |
SMSVerificationCodeErr_Verify_CodeExpired |
Number | Verification code is expired. |
SMSVerificationCodeErr_Verify_UnknownError |
Number | Unknown error for verification. |
Type:
- Number
(constant) SMSVerificationCodeErr :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SMSVerificationCodeErr_Unknown |
Number | For initialization. |
SMSVerificationCodeErr_Success |
Number | Success. |
SMSVerificationCodeErr_Retrieve_SendSMSFailed |
Number | Send SMS Failed. |
SMSVerificationCodeErr_Retrieve_InvalidPhoneNum |
Number | Invalid phone number. |
SMSVerificationCodeErr_Retrieve_PhoneNumAlreadyBound |
Number | The phone number is already bound. |
SMSVerificationCodeErr_Retrieve_PhoneNumSendTooFrequent |
Number | Send phone number too frequently. |
SMSVerificationCodeErr_Verify_CodeIncorrect |
Number | Verification code is incorrect. |
SMSVerificationCodeErr_Verify_CodeExpired |
Number | Verification code is expired. |
SMSVerificationCodeErr_Verify_UnknownError |
Number | Unknown error for verification. |
Type:
- Number
(constant) SettingConnectionType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SETTINGS_CONNECTION_TYPE_CLOUD |
Number | Cloud connection. |
SETTINGS_CONNECTION_TYPE_DIRECT |
Number | Direct connection. |
SETTINGS_CONNECTION_TYPE_UNKNOWN |
Number | Unknown connection. |
Type:
- Number
(constant) SettingConnectionType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SETTINGS_CONNECTION_TYPE_CLOUD |
Number | Cloud connection. |
SETTINGS_CONNECTION_TYPE_DIRECT |
Number | Direct connection. |
SETTINGS_CONNECTION_TYPE_UNKNOWN |
Number | Unknown connection. |
Type:
- Number
(constant) SettingTabPage :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SettingTabPage_General |
Number | General setting page. |
SettingTabPage_Audio |
Number | Audio setting page. |
SettingTabPage_Video |
Number | Video setting page. |
Type:
- Number
(constant) SettingTabPage :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SettingTabPage_General |
Number | General setting page. |
SettingTabPage_Audio |
Number | Audio setting page. |
SettingTabPage_Video |
Number | Video setting page. |
Type:
- Number
(constant) SettingsNetWorkType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SETTINGS_NETWORK_WIRED |
Number | Wired LAN |
SETTINGS_NETWORK_WIFI |
Number | WIFI |
SETTINGS_NETWORK_PPP |
Number | PPP |
SETTINGS_NETWORK_3G |
Number | 3G |
SETTINGS_NETWORK_OTHERS |
Number | Others |
SETTINGS_NETWORK_UNKNOWN |
Number | Unknown network. |
Type:
- Number
(constant) SettingsNetWorkType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SETTINGS_NETWORK_WIRED |
Number | Wired LAN |
SETTINGS_NETWORK_WIFI |
Number | WIFI |
SETTINGS_NETWORK_PPP |
Number | PPP |
SETTINGS_NETWORK_3G |
Number | 3G |
SETTINGS_NETWORK_OTHERS |
Number | Others |
SETTINGS_NETWORK_UNKNOWN |
Number | Unknown network. |
Type:
- Number
(constant) ShareStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Sharing_None |
Number | For initialization. |
Sharing_Self_Send_Begin |
Number | Begin to share by the user himself. |
Sharing_Self_Send_End |
Number | Stop sharing by the user. |
Sharing_Other_Share_Begin |
Number | Others begin to share. |
Sharing_Other_Share_End |
Number | Others stop sharing. |
Sharing_View_Other_Sharing |
Number | View the sharing of others. |
Sharing_Pause |
Number | Pause sharing. |
Sharing_Resume |
Number | Resume sharing. |
Sharing_ContentTypeChange |
Number | Sharing content changes. |
Sharing_SelfStartAudioShare |
Number | The current user begins to share the sounds of computer audio. |
Sharing_SelfStopAudioShare |
Number | The current user stops to share the sounds of computer audio. |
Sharing_OtherStartAudioShare |
Number | Other user begins to share the sounds of computer audio. |
Sharing_OtherStopAudioShare |
Number | Other user stops to share the sounds of computer audio. |
Type:
- Number
(constant) ShareStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Sharing_None |
Number | For initialization. |
Sharing_Self_Send_Begin |
Number | Begin to share by the user himself. |
Sharing_Self_Send_End |
Number | Stop sharing by the user. |
Sharing_Other_Share_Begin |
Number | Others begin to share. |
Sharing_Other_Share_End |
Number | Others stop sharing. |
Sharing_View_Other_Sharing |
Number | View the sharing of others. |
Sharing_Pause |
Number | Pause sharing. |
Sharing_Resume |
Number | Resume sharing. |
Sharing_ContentTypeChange |
Number | Sharing content changes. |
Sharing_SelfStartAudioShare |
Number | The current user begins to share the sounds of computer audio. |
Sharing_SelfStopAudioShare |
Number | The current user stops to share the sounds of computer audio. |
Sharing_OtherStartAudioShare |
Number | Other user begins to share the sounds of computer audio. |
Sharing_OtherStopAudioShare |
Number | Other user stops to share the sounds of computer audio. |
Type:
- Number
(constant) StatisticsWarningType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Statistics_Warning_None |
Number | No warning. |
Statistics_Warning_Network_Quality_Bad |
Number | The network connection quality is bad. |
Statistics_Warning_Busy_System |
Number | The system is busy. |
Type:
- Number
(constant) StatisticsWarningType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Statistics_Warning_None |
Number | No warning. |
Statistics_Warning_Network_Quality_Bad |
Number | The network connection quality is bad. |
Statistics_Warning_Busy_System |
Number | The system is busy. |
Type:
- Number
(constant) UserRole :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
USERROLE_NONE |
Number | For initialization. |
USERROLE_HOST |
Number | Role of the host. |
USERROLE_COHOST |
Number | Role of co-host. |
USERROLE_PANELIST |
Number | Role of the panelist, valid only in webinar. |
USERROLE_BREAKOUTROOM_MODERATOR |
Number | Host role in breakout room. |
USERROLE_ATTENDEE |
Number | Role of attendee. |
Type:
- Number
(constant) UserRole :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
USERROLE_NONE |
Number | For initialization. |
USERROLE_HOST |
Number | Role of the host. |
USERROLE_COHOST |
Number | Role of co-host. |
USERROLE_PANELIST |
Number | Role of the panelist, valid only in webinar. |
USERROLE_BREAKOUTROOM_MODERATOR |
Number | Host role in breakout room. |
USERROLE_ATTENDEE |
Number | Role of attendee. |
Type:
- Number
(constant) VBVideoError :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
VB_VideoError_None |
Number | |
VB_VideoError_UnknownFormat |
Number | |
VB_VideoError_ResolutionHigh1080P |
Number | |
VB_VideoError_ResolutionHigh720P |
Number | |
VB_VideoError_ResolutionLow |
Number | |
VB_VideoError_PlayError |
Number | |
VB_VideoError_OpenError |
Number |
Type:
- Number
(constant) VBVideoError :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
VB_VideoError_None |
Number | |
VB_VideoError_UnknownFormat |
Number | |
VB_VideoError_ResolutionHigh1080P |
Number | |
VB_VideoError_ResolutionHigh720P |
Number | |
VB_VideoError_ResolutionLow |
Number | |
VB_VideoError_PlayError |
Number | |
VB_VideoError_OpenError |
Number |
Type:
- Number
(constant) VideoStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Video_ON |
Number | Video is on. |
Video_OFF |
Number | Video is off. |
Type:
- Number
(constant) VideoStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
Video_ON |
Number | Video is on. |
Video_OFF |
Number | Video is off. |
Type:
- Number
(constant) WebinarNeedRegisterType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
WebinarReg_NONE |
Number | Initialization. |
WebinarReg_By_Register_Url |
Number | Register webinar account by URL. |
WebinarReg_By_Email_and_DisplayName |
Number | Register webinar account by email and the screen name. |
Type:
- Number
(constant) WebinarNeedRegisterType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
WebinarReg_NONE |
Number | Initialization. |
WebinarReg_By_Register_Url |
Number | Register webinar account by URL. |
WebinarReg_By_Email_and_DisplayName |
Number | Register webinar account by email and the screen name. |
Type:
- Number
(constant) ZOOM_TYPE_OS_TYPE :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
WIN_OS |
Number | |
MAC_OS |
Number |
Type:
- Number
(constant) ZOOM_TYPE_OS_TYPE :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
WIN_OS |
Number | |
MAC_OS |
Number |
Type:
- Number
(constant) ZoomAPPLocale :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_APP_Locale_Default |
Number | |
SDK_APP_Locale_CN |
Number |
Type:
- Number
(constant) ZoomAPPLocale :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_APP_Locale_Default |
Number | |
SDK_APP_Locale_CN |
Number |
Type:
- Number
(constant) ZoomAnnotationClearType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ANNOCLEAR_ALL |
Number | Clear all annotations. |
ANNOCLEAR_SELF |
Number | Clear only your own annotations. |
ANNOCLEAR_OTHER |
Number | Clear only the others' annotations. |
Type:
- Number
(constant) ZoomAnnotationClearType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ANNOCLEAR_ALL |
Number | Clear all annotations. |
ANNOCLEAR_SELF |
Number | Clear only your own annotations. |
ANNOCLEAR_OTHER |
Number | Clear only the others' annotations. |
Type:
- Number
(constant) ZoomAnnotationToolType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ANNOTOOL_NONE_DRAWING |
Number | Switch to mouse cursor. |
ANNOTOOL_PEN |
Number | Pen. |
ANNOTOOL_HIGHLIGHTER |
Number | Highlighter. |
ANNOTOOL_AUTO_LINE |
Number | A straight line changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_RECTANGLE |
Number | A rectangle changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_ELLIPSE |
Number | An ellipse changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_ARROW |
Number | An arrow changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_RECTANGLE_FILL |
Number | A filled rectangle. |
ANNOTOOL_AUTO_ELLIPSE_FILL |
Number | A filled ellipse. |
ANNOTOOL_SPOTLIGHT |
Number | Laser pointer. |
ANNOTOOL_ARROW |
Number | An arrow showing the name of whom click on the sharing content. |
ANNOTOOL_ERASER |
Number | Eraser. |
ANNOTOOL_TEXTBOX |
Number | Insert a textbox in order to input letters. |
ANNOTOOL_PICKER |
Number | Select the annotations. |
ANNOTOOL_AUTO_RECTANGLE_SEMI_FILL |
Number | A fair rectangle changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_ELLIPSE_SEMI_FILL |
Number | A fair ellipse changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_DOUBLE_ARROW |
Number | A line with double-arrow. |
ANNOTOOL_AUTO_DIAMOND |
Number | An unfilled rhombus. |
ANNOTOOL_AUTO_STAMP_ARROW |
Number | A fixed-size arrow for marking. |
ANNOTOOL_AUTO_STAMP_CHECK |
Number | A sign marking that something is correct. |
ANNOTOOL_AUTO_STAMP_X |
Number | A sign marking that something is wrong. |
ANNOTOOL_AUTO_STAMP_STAR |
Number | A star for marking. |
ANNOTOOL_AUTO_STAMP_HEART |
Number | A heart for marking. |
ANNOTOOL_AUTO_STAMP_QM |
Number | A sign for interrogation. |
Type:
- Number
(constant) ZoomAnnotationToolType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ANNOTOOL_NONE_DRAWING |
Number | Switch to mouse cursor. |
ANNOTOOL_PEN |
Number | Pen. |
ANNOTOOL_HIGHLIGHTER |
Number | Highlighter. |
ANNOTOOL_AUTO_LINE |
Number | A straight line changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_RECTANGLE |
Number | A rectangle changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_ELLIPSE |
Number | An ellipse changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_ARROW |
Number | An arrow changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_RECTANGLE_FILL |
Number | A filled rectangle. |
ANNOTOOL_AUTO_ELLIPSE_FILL |
Number | A filled ellipse. |
ANNOTOOL_SPOTLIGHT |
Number | Laser pointer. |
ANNOTOOL_ARROW |
Number | An arrow showing the name of whom click on the sharing content. |
ANNOTOOL_ERASER |
Number | Eraser. |
ANNOTOOL_TEXTBOX |
Number | Insert a textbox in order to input letters. |
ANNOTOOL_PICKER |
Number | Select the annotations. |
ANNOTOOL_AUTO_RECTANGLE_SEMI_FILL |
Number | A fair rectangle changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_ELLIPSE_SEMI_FILL |
Number | A fair ellipse changes automatically in pace with the mouse cursor. |
ANNOTOOL_AUTO_DOUBLE_ARROW |
Number | A line with double-arrow. |
ANNOTOOL_AUTO_DIAMOND |
Number | An unfilled rhombus. |
ANNOTOOL_AUTO_STAMP_ARROW |
Number | A fixed-size arrow for marking. |
ANNOTOOL_AUTO_STAMP_CHECK |
Number | A sign marking that something is correct. |
ANNOTOOL_AUTO_STAMP_X |
Number | A sign marking that something is wrong. |
ANNOTOOL_AUTO_STAMP_STAR |
Number | A star for marking. |
ANNOTOOL_AUTO_STAMP_HEART |
Number | A heart for marking. |
ANNOTOOL_AUTO_STAMP_QM |
Number | A sign for interrogation. |
Type:
- Number
(constant) ZoomAuthResult :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
AUTHRET_SUCCESS |
Number | Authentication is successful. |
AUTHRET_KEYORSECRETEMPTY |
Number | The key or secret to authenticate is empty. |
AUTHRET_KEYORSECRETWRONG |
Number | The key or secret to authenticate is wrong. |
AUTHRET_ACCOUNTNOTSUPPORT |
Number | The user account does not support. |
AUTHRET_ACCOUNTNOTENABLESDK |
Number | The user account is not enabled for SDK. |
AUTHRET_UNKNOWN |
Number | Unknown error. |
AUTHRET_SERVICE_BUSY |
Number | Service is busy. |
AUTHRET_NONE |
Number | Initial status. |
AUTHRET_OVERTIME |
Number | Time out. |
AUTHRET_NETWORKISSUE |
Number | Network issues. |
AUTHRET_CLIENT_INCOMPATIBLE |
Number | Account does not support this SDK version. |
AUTHRET_JWTTOKENWRONG |
Number | The jwt token to authenticate is wrong. |
AUTHRET_LIMIT_EXCEEDED_EXCEPTION |
Number | The authentication rate limit is exceeded. |
Type:
- Number
(constant) ZoomAuthResult :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
AUTHRET_SUCCESS |
Number | Authentication is successful. |
AUTHRET_KEYORSECRETEMPTY |
Number | The key or secret to authenticate is empty. |
AUTHRET_KEYORSECRETWRONG |
Number | The key or secret to authenticate is wrong. |
AUTHRET_ACCOUNTNOTSUPPORT |
Number | The user account does not support. |
AUTHRET_ACCOUNTNOTENABLESDK |
Number | The user account is not enabled for SDK. |
AUTHRET_UNKNOWN |
Number | Unknown error. |
AUTHRET_SERVICE_BUSY |
Number | Service is busy. |
AUTHRET_NONE |
Number | Initial status. |
AUTHRET_OVERTIME |
Number | Time out. |
AUTHRET_NETWORKISSUE |
Number | Network issues. |
AUTHRET_CLIENT_INCOMPATIBLE |
Number | Account does not support this SDK version. |
AUTHRET_JWTTOKENWRONG |
Number | The jwt token to authenticate is wrong. |
AUTHRET_LIMIT_EXCEEDED_EXCEPTION |
Number | The authentication rate limit is exceeded. |
Type:
- Number
(constant) ZoomLanguageType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
CustomizedLanguage_None |
Number | No use of the custom resource. |
CustomizedLanguage_FilePath |
Number | Use the specified file path to assign the custom resource. |
CustomizedLanguage_Content |
Number | Use the specified content to assign the custom resource. |
Type:
- Number
(constant) ZoomLanguageType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
CustomizedLanguage_None |
Number | No use of the custom resource. |
CustomizedLanguage_FilePath |
Number | Use the specified file path to assign the custom resource. |
CustomizedLanguage_Content |
Number | Use the specified content to assign the custom resource. |
Type:
- Number
(constant) ZoomLoginStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LOGIN_IDLE |
Number | Unlogged in. |
LOGIN_PROCESSING |
Number | In process of login. |
LOGIN_SUCCESS |
Number | Login successful. |
LOGIN_FAILED |
Number | Login failed. |
Type:
- Number
(constant) ZoomLoginStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LOGIN_IDLE |
Number | Unlogged in. |
LOGIN_PROCESSING |
Number | In process of login. |
LOGIN_SUCCESS |
Number | Login successful. |
LOGIN_FAILED |
Number | Login failed. |
Type:
- Number
(constant) ZoomLoginType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LoginType_Unknown |
Number | Unknown type. |
LoginType_Email |
Number | Login with work mailbox. |
LoginType_SSO |
Number | Login with SSO token. |
Type:
- Number
(constant) ZoomLoginType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LoginType_Unknown |
Number | Unknown type. |
LoginType_Email |
Number | Login with work mailbox. |
LoginType_SSO |
Number | Login with SSO token. |
Type:
- Number
(constant) ZoomMeetingButtonType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ButtonType_ToolBarParticipant |
Number | |
ButtonType_ToolBarShare |
Number | |
ButtonType_ToolBarInvite |
Number |
Type:
- Number
(constant) ZoomMeetingButtonType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ButtonType_ToolBarParticipant |
Number | |
ButtonType_ToolBarShare |
Number | |
ButtonType_ToolBarInvite |
Number |
Type:
- Number
(constant) ZoomMeetingFailCode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETING_SUCCESS |
Number | Start meeting successfully. |
MEETING_FAIL_CONNECTION_ERR |
Number | The connection with the backend service has errors. |
MEETING_FAIL_RECONNECT_ERR |
Number | Reconnect error. |
MEETING_FAIL_MMR_ERR |
Number | Multi-media Router error. |
MEETING_FAIL_PASSWORD_ERR |
Number | Password is wrong. |
MEETING_FAIL_SESSION_ERR |
Number | Session error. |
MEETING_FAIL_MEETING_OVER |
Number | Meeting is over. |
MEETING_FAIL_MEETING_NOT_START |
Number | Meeting has not begun. |
MEETING_FAIL_MEETING_NOT_EXIST |
Number | Meeting does not exist. |
MEETING_FAIL_MEETING_USER_FULL |
Number | The capacity of meeting is full. For users that can't join meeting, they can go to watch live stream with the callback onMeetingFullToWatchLiveStream if the host has started. |
MEETING_FAIL_CLIENT_INCOMPATIBLE |
Number | The client is incompatible. |
MEETING_FAIL_NO_MMR |
Number | The Multi-media router is not founded. |
MEETING_FAIL_CONFLOCKED |
Number | The meeting is locked. |
MEETING_FAIL_MEETING_RESTRICTED |
Number | The meeting is failed because of the restriction by the same account. |
MEETING_FAIL_MEETING_RESTRICTED_JBH |
Number | The meeting is restricted by the same account while the attendee is allowed to join before the host. |
MEETING_FAIL_CANNOT_EMIT_WEBREQUEST |
Number | Unable to send web request. |
MEETING_FAIL_CANNOT_START_TOKENEXPIRE |
Number | The token is expired. |
SESSION_VIDEO_ERR |
Number | Video hardware or software error. |
SESSION_AUDIO_AUTOSTARTERR |
Number | Audio autostart error. |
MEETING_FAIL_REGISTERWEBINAR_FULL |
Number | The number of webinar registered has reached the upper limit. |
MEETING_FAIL_REGISTERWEBINAR_HOSTREGISTER |
Number | Register webinar with the role of webinar host. |
MEETING_FAIL_REGISTERWEBINAR_PANELISTREGISTER |
Number | Register webinar with the role of panelist member. |
MEETING_FAIL_REGISTERWEBINAR_DENIED_EMAIL |
Number | Register webinar with the denied email. |
MEETING_FAIL_ENFORCE_LOGIN |
Number | Webinar request to login. |
MEETING_FAIL_ZC_CERTIFICATE_CHANGED |
Number | Invalid for Windows SDK. |
MEETING_FAIL_VANITY_NOT_EXIST |
Number | Vanity conference ID does not exist. |
MEETING_FAIL_JOIN_WEBINAR_WITHSAMEEMAIL |
Number | Join webinar with the same email. |
MEETING_FAIL_DISALLOW_HOST_MEETING |
Number | Meeting settings is not allowed to start a meeting. |
MEETING_FAIL_WRITE_CONFIG_FILE |
Number | Failed to write configure file. |
MEETING_FAIL_FORBID_TO_JOIN_INTERNAL_MEETING |
Number | Forbidden to join the internal meeting. |
MEETING_FAIL_REMOVEDBYHOST |
Number | Removed by the host. |
MEETING_FAIL_HOST_DISALLOW_OUTSIDE_USER_JOIN |
Number | Forbidden to join meeting. |
MEETING_FAIL_UNABLE_TO_JOIN_EXTERNAL_MEETING |
Number | 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. |
MEETING_FAIL_BLOCKED_BY_ACCOUNT_ADMIN |
Number | Join failed because this Meeting SDK key is blocked by the host's account admin. |
MEETING_FAIL_NEED_SIGN_IN_FOR_PRIVATE_MEETING |
Number | Need sign in using the same account as the meeting organizer. |
MEETING_FAIL_APP_PRIVILEGE_TOKEN_ERROR |
Number | App join token error. |
MEETING_FAIL_JMAK_USER_EMAIL_NOT_MATCH |
Number | Jmak user email not match. |
Type:
- Number
(constant) ZoomMeetingFailCode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETING_SUCCESS |
Number | Start meeting successfully. |
MEETING_FAIL_CONNECTION_ERR |
Number | The connection with the backend service has errors. |
MEETING_FAIL_RECONNECT_ERR |
Number | Reconnect error. |
MEETING_FAIL_MMR_ERR |
Number | Multi-media Router error. |
MEETING_FAIL_PASSWORD_ERR |
Number | Password is wrong. |
MEETING_FAIL_SESSION_ERR |
Number | Session error. |
MEETING_FAIL_MEETING_OVER |
Number | Meeting is over. |
MEETING_FAIL_MEETING_NOT_START |
Number | Meeting has not begun. |
MEETING_FAIL_MEETING_NOT_EXIST |
Number | Meeting does not exist. |
MEETING_FAIL_MEETING_USER_FULL |
Number | The capacity of meeting is full. For users that can't join meeting, they can go to watch live stream with the callback onMeetingFullToWatchLiveStream if the host has started. |
MEETING_FAIL_CLIENT_INCOMPATIBLE |
Number | The client is incompatible. |
MEETING_FAIL_NO_MMR |
Number | The Multi-media router is not founded. |
MEETING_FAIL_CONFLOCKED |
Number | The meeting is locked. |
MEETING_FAIL_MEETING_RESTRICTED |
Number | The meeting is failed because of the restriction by the same account. |
MEETING_FAIL_MEETING_RESTRICTED_JBH |
Number | The meeting is restricted by the same account while the attendee is allowed to join before the host. |
MEETING_FAIL_CANNOT_EMIT_WEBREQUEST |
Number | Unable to send web request. |
MEETING_FAIL_CANNOT_START_TOKENEXPIRE |
Number | The token is expired. |
SESSION_VIDEO_ERR |
Number | Video hardware or software error. |
SESSION_AUDIO_AUTOSTARTERR |
Number | Audio autostart error. |
MEETING_FAIL_REGISTERWEBINAR_FULL |
Number | The number of webinar registered has reached the upper limit. |
MEETING_FAIL_REGISTERWEBINAR_HOSTREGISTER |
Number | Register webinar with the role of webinar host. |
MEETING_FAIL_REGISTERWEBINAR_PANELISTREGISTER |
Number | Register webinar with the role of panelist member. |
MEETING_FAIL_REGISTERWEBINAR_DENIED_EMAIL |
Number | Register webinar with the denied email. |
MEETING_FAIL_ENFORCE_LOGIN |
Number | Webinar request to login. |
MEETING_FAIL_ZC_CERTIFICATE_CHANGED |
Number | Invalid for Windows SDK. |
MEETING_FAIL_VANITY_NOT_EXIST |
Number | Vanity conference ID does not exist. |
MEETING_FAIL_JOIN_WEBINAR_WITHSAMEEMAIL |
Number | Join webinar with the same email. |
MEETING_FAIL_DISALLOW_HOST_MEETING |
Number | Meeting settings is not allowed to start a meeting. |
MEETING_FAIL_WRITE_CONFIG_FILE |
Number | Failed to write configure file. |
MEETING_FAIL_FORBID_TO_JOIN_INTERNAL_MEETING |
Number | Forbidden to join the internal meeting. |
MEETING_FAIL_REMOVEDBYHOST |
Number | Removed by the host. |
MEETING_FAIL_HOST_DISALLOW_OUTSIDE_USER_JOIN |
Number | Forbidden to join meeting. |
MEETING_FAIL_UNABLE_TO_JOIN_EXTERNAL_MEETING |
Number | 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. |
MEETING_FAIL_BLOCKED_BY_ACCOUNT_ADMIN |
Number | Join failed because this Meeting SDK key is blocked by the host's account admin. |
MEETING_FAIL_NEED_SIGN_IN_FOR_PRIVATE_MEETING |
Number | Need sign in using the same account as the meeting organizer. |
MEETING_FAIL_APP_PRIVILEGE_TOKEN_ERROR |
Number | App join token error. |
MEETING_FAIL_JMAK_USER_EMAIL_NOT_MATCH |
Number | Jmak user email not match. |
Type:
- Number
(constant) ZoomMeetingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETING_STATUS_IDLE |
Number | No meeting is running. |
MEETING_STATUS_CONNECTING |
Number | Connect to the meeting server status. |
MEETING_STATUS_WAITINGFORHOST |
Number | Waiting for the host to start the meeting. |
MEETING_STATUS_INMEETING |
Number | Meeting is ready, in meeting status. |
MEETING_STATUS_DISCONNECTING |
Number | Disconnect the meeting server, leave meeting status. |
MEETING_STATUS_RECONNECTING |
Number | Reconnecting meeting server status. |
MEETING_STATUS_FAILED |
Number | Failed to connect the meeting server. |
MEETING_STATUS_ENDED |
Number | Meeting ends. |
MEETING_STATUS_UNKNOWN |
Number | Unknown status. |
MEETING_STATUS_LOCKED |
Number | Meeting is locked to prevent the further participants to join the meeting. |
MEETING_STATUS_UNLOCKED |
Number | Meeting is open and participants can join the meeting. |
MEETING_STATUS_IN_WAITING_ROOM |
Number | Participants who join the meeting before the start are in the waiting room. |
MEETING_STATUS_WEBINAR_PROMOTE |
Number | Upgrade the attendees to panelist in webinar. |
MEETING_STATUS_WEBINAR_DEPROMOTE |
Number | Downgrade the attendees from the panelist. |
MEETING_STATUS_JOIN_BREAKOUT_ROOM |
Number | Join the breakout room. |
MEETING_STATUS_LEAVE_BREAKOUT_ROOM |
Number | Leave the breakout room. |
MEETING_STATUS_AUDIO_READY |
Number | Audio is ready. |
MEETING_STATUS_OTHER_MEETING_INPROGRESS |
Number | Other meeting is in progress. |
Type:
- Number
(constant) ZoomMeetingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETING_STATUS_IDLE |
Number | No meeting is running. |
MEETING_STATUS_CONNECTING |
Number | Connect to the meeting server status. |
MEETING_STATUS_WAITINGFORHOST |
Number | Waiting for the host to start the meeting. |
MEETING_STATUS_INMEETING |
Number | Meeting is ready, in meeting status. |
MEETING_STATUS_DISCONNECTING |
Number | Disconnect the meeting server, leave meeting status. |
MEETING_STATUS_RECONNECTING |
Number | Reconnecting meeting server status. |
MEETING_STATUS_FAILED |
Number | Failed to connect the meeting server. |
MEETING_STATUS_ENDED |
Number | Meeting ends. |
MEETING_STATUS_UNKNOWN |
Number | Unknown status. |
MEETING_STATUS_LOCKED |
Number | Meeting is locked to prevent the further participants to join the meeting. |
MEETING_STATUS_UNLOCKED |
Number | Meeting is open and participants can join the meeting. |
MEETING_STATUS_IN_WAITING_ROOM |
Number | Participants who join the meeting before the start are in the waiting room. |
MEETING_STATUS_WEBINAR_PROMOTE |
Number | Upgrade the attendees to panelist in webinar. |
MEETING_STATUS_WEBINAR_DEPROMOTE |
Number | Downgrade the attendees from the panelist. |
MEETING_STATUS_JOIN_BREAKOUT_ROOM |
Number | Join the breakout room. |
MEETING_STATUS_LEAVE_BREAKOUT_ROOM |
Number | Leave the breakout room. |
MEETING_STATUS_AUDIO_READY |
Number | Audio is ready. |
MEETING_STATUS_OTHER_MEETING_INPROGRESS |
Number | Other meeting is in progress. |
Type:
- Number
(constant) ZoomMeetingUIFloatVideoType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
FLOATVIDEO_List |
Number | Type of list. |
FLOATVIDEO_Small |
Number | Small. |
FLOATVIDEO_Large |
Number | Large. |
FLOATVIDEO_Minimize |
Number | Minimized. |
Type:
- Number
(constant) ZoomMeetingUIFloatVideoType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
FLOATVIDEO_List |
Number | Type of list. |
FLOATVIDEO_Small |
Number | Small. |
FLOATVIDEO_Large |
Number | Large. |
FLOATVIDEO_Minimize |
Number | Minimized. |
Type:
- Number
(constant) ZoomMeetingUIViewType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETINGUI_FIRST_MONITOR |
Number | |
MEETINGUI_SECOND_MONITOR |
Number |
Type:
- Number
(constant) ZoomMeetingUIViewType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
MEETINGUI_FIRST_MONITOR |
Number | |
MEETINGUI_SECOND_MONITOR |
Number |
Type:
- Number
(constant) ZoomSDKEchoCancelLationLevel :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_ECHO_CANCELLATION_DEFAULT |
Number | Automatically adjust echo cancellation, balancing CPU and performance. |
SDK_ECHO_CANCELLATION_LOW |
Number | Better echo limitation, taking into account multiple people talking at the same time, low CPU utilization. |
SDK_ECHO_CANCELLATION_HIGH |
Number | Best experience when multiple people are talking at the same time. Enabling this option may increase CPU utilization. |
Type:
- Number
(constant) ZoomSDKEchoCancelLationLevel :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_ECHO_CANCELLATION_DEFAULT |
Number | Automatically adjust echo cancellation, balancing CPU and performance. |
SDK_ECHO_CANCELLATION_LOW |
Number | Better echo limitation, taking into account multiple people talking at the same time, low CPU utilization. |
SDK_ECHO_CANCELLATION_HIGH |
Number | Best experience when multiple people are talking at the same time. Enabling this option may increase CPU utilization. |
Type:
- Number
(constant) ZoomSDKError :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKERR_SUCCESS |
Number | Success. |
SDKERR_NO_IMPL |
Number | The feature is currently invalid. |
SDKERR_WRONG_USEAGE |
Number | Incorrect usage of the feature. |
SDKERR_INVALID_PARAMETER |
Number | Wrong parameter. |
SDKERR_MODULE_LOAD_FAILED |
Number | Loading module failed. |
SDKERR_MEMORY_FAILED |
Number | No memory is allocated. |
SDKERR_SERVICE_FAILED |
Number | Internal service error. |
SDKERR_UNINITIALIZE |
Number | Not initialized before the usage. |
SDKERR_UNAUTHENTICATION |
Number | Not authorized before the usage. |
SDKERR_NORECORDINGINPROCESS |
Number | No recording in process. |
SDKERR_TRANSCODER_NOFOUND |
Number | Transcoder module is not found. |
SDKERR_VIDEO_NOTREADY |
Number | The video service is not ready. |
SDKERR_NO_PERMISSION |
Number | No permission. |
SDKERR_UNKNOWN |
Number | Unknown error. |
SDKERR_OTHER_SDK_INSTANCE_RUNNING |
Number | The other instance of the SDK is in process. |
SDKERR_INTELNAL_ERROR |
Number | SDK internal error. |
SDKERR_NO_AUDIODEVICE_ISFOUND |
Number | No audio device found. |
SDKERR_NO_VIDEODEVICE_ISFOUND |
Number | No video device found. |
SDKERR_TOO_FREQUENT_CALL |
Number | API calls too frequently. |
SDKERR_FAIL_ASSIGN_USER_PRIVILEGE |
Number | User can't be assigned with new privilege. |
SDKERR_MEETING_DONT_SUPPORT_FEATURE |
Number | The current meeting doesn't support the feature. |
SDKERR_MEETING_NOT_SHARE_SENDER |
Number | The current user is not the presenter. |
SDKERR_MEETING_YOU_HAVE_NO_SHARE |
Number | There is no sharing. |
SDKERR_MEETING_VIEWTYPE_PARAMETER_IS_WRONG |
Number | Incorrect ViewType parameters. |
SDKERR_MEETING_ANNOTATION_IS_OFF |
Number | Annotation is disabled. |
SDKERR_SETTING_OS_DONT_SUPPORT |
Number | Current OS doesn't support the setting. |
SDKERR_EMAIL_LOGIN_IS_DISABLED |
Number | Email login is disable. |
SDKERR_HARDWARE_NOT_MEET_FOR_VB |
Number | Computer doesn't meet the minimum requirements to use virtual background feature. |
SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER |
Number | Need process disclaimer. |
SDKERR_NO_SHARE_DATA |
Number | There is no raw data of sharing. |
SDKERR_SHARE_CANNOT_SUBSCRIBE_MYSELF |
Number | Share can not subscribe myself. |
SDKERR_NOT_IN_MEETING |
Number | Not in meeting. |
SDKERR_NOT_JOIN_AUDIO |
Number | Not Joining audio. |
SDKERR_HARDWARE_DONT_SUPPORT |
Number | The current device doesn't support the feature. |
SDKERR_DOMAIN_DONT_SUPPORT |
Number | Domain not support. |
SDKERR_MEETING_REMOTE_CONTROL_IS_OFF |
Number | Remote control is disabled. |
SDKERR_FILETRANSFER_ERROR |
Number | File transfer fail. |
Type:
- Number
(constant) ZoomSDKError :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKERR_SUCCESS |
Number | Success. |
SDKERR_NO_IMPL |
Number | The feature is currently invalid. |
SDKERR_WRONG_USEAGE |
Number | Incorrect usage of the feature. |
SDKERR_INVALID_PARAMETER |
Number | Wrong parameter. |
SDKERR_MODULE_LOAD_FAILED |
Number | Loading module failed. |
SDKERR_MEMORY_FAILED |
Number | No memory is allocated. |
SDKERR_SERVICE_FAILED |
Number | Internal service error. |
SDKERR_UNINITIALIZE |
Number | Not initialized before the usage. |
SDKERR_UNAUTHENTICATION |
Number | Not authorized before the usage. |
SDKERR_NORECORDINGINPROCESS |
Number | No recording in process. |
SDKERR_TRANSCODER_NOFOUND |
Number | Transcoder module is not found. |
SDKERR_VIDEO_NOTREADY |
Number | The video service is not ready. |
SDKERR_NO_PERMISSION |
Number | No permission. |
SDKERR_UNKNOWN |
Number | Unknown error. |
SDKERR_OTHER_SDK_INSTANCE_RUNNING |
Number | The other instance of the SDK is in process. |
SDKERR_INTELNAL_ERROR |
Number | SDK internal error. |
SDKERR_NO_AUDIODEVICE_ISFOUND |
Number | No audio device found. |
SDKERR_NO_VIDEODEVICE_ISFOUND |
Number | No video device found. |
SDKERR_TOO_FREQUENT_CALL |
Number | API calls too frequently. |
SDKERR_FAIL_ASSIGN_USER_PRIVILEGE |
Number | User can't be assigned with new privilege. |
SDKERR_MEETING_DONT_SUPPORT_FEATURE |
Number | The current meeting doesn't support the feature. |
SDKERR_MEETING_NOT_SHARE_SENDER |
Number | The current user is not the presenter. |
SDKERR_MEETING_YOU_HAVE_NO_SHARE |
Number | There is no sharing. |
SDKERR_MEETING_VIEWTYPE_PARAMETER_IS_WRONG |
Number | Incorrect ViewType parameters. |
SDKERR_MEETING_ANNOTATION_IS_OFF |
Number | Annotation is disabled. |
SDKERR_SETTING_OS_DONT_SUPPORT |
Number | Current OS doesn't support the setting. |
SDKERR_EMAIL_LOGIN_IS_DISABLED |
Number | Email login is disable. |
SDKERR_HARDWARE_NOT_MEET_FOR_VB |
Number | Computer doesn't meet the minimum requirements to use virtual background feature. |
SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER |
Number | Need process disclaimer. |
SDKERR_NO_SHARE_DATA |
Number | There is no raw data of sharing. |
SDKERR_SHARE_CANNOT_SUBSCRIBE_MYSELF |
Number | Share can not subscribe myself. |
SDKERR_NOT_IN_MEETING |
Number | Not in meeting. |
SDKERR_NOT_JOIN_AUDIO |
Number | Not Joining audio. |
SDKERR_HARDWARE_DONT_SUPPORT |
Number | The current device doesn't support the feature. |
SDKERR_DOMAIN_DONT_SUPPORT |
Number | Domain not support. |
SDKERR_MEETING_REMOTE_CONTROL_IS_OFF |
Number | Remote control is disabled. |
SDKERR_FILETRANSFER_ERROR |
Number | File transfer fail. |
Type:
- Number
(constant) ZoomSDKRawDataType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RAW_DATA_TYPE_VIDEO |
Number | |
RAW_DATA_TYPE_SHARE |
Number |
Type:
- Number
(constant) ZoomSDKRawDataType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
RAW_DATA_TYPE_VIDEO |
Number | |
RAW_DATA_TYPE_SHARE |
Number |
Type:
- Number
(constant) ZoomSDKRenderPostProcessing :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKRenderPostProcessing_None |
Number | For initialization. |
ZoomSDKRenderPostProcessing_Auto |
Number | Auto mode. |
ZoomSDKRenderPostProcessing_Enable |
Number | Enable post processing. |
ZoomSDKRenderPostProcessing_Disable |
Number | Disable post processing. |
Type:
- Number
(constant) ZoomSDKRenderPostProcessing :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKRenderPostProcessing_None |
Number | For initialization. |
ZoomSDKRenderPostProcessing_Auto |
Number | Auto mode. |
ZoomSDKRenderPostProcessing_Enable |
Number | Enable post processing. |
ZoomSDKRenderPostProcessing_Disable |
Number | Disable post processing. |
Type:
- Number
(constant) ZoomSDKUserType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_UT_NORMALUSER |
Number | Type of ordinary user who needs to login. |
SDK_UT_WITHOUT_LOGIN |
Number | Start meeting without login. |
Type:
- Number
(constant) ZoomSDKUserType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDK_UT_NORMALUSER |
Number | Type of ordinary user who needs to login. |
SDK_UT_WITHOUT_LOGIN |
Number | Start meeting without login. |
Type:
- Number
(constant) ZoomSDKVideoCaptureMethod :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKVideoCaptureMethod_None |
Number | For initialization. |
ZoomSDKVideoCaptureMethod_Auto |
Number | Auto mode. |
ZoomSDKVideoCaptureMethod_DirectSHow |
Number | Direct show mode. |
ZoomSDKVideoCaptureMethod_MediaFoundation |
Number | Media foundation mode. |
Type:
- Number
(constant) ZoomSDKVideoCaptureMethod :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKVideoCaptureMethod_None |
Number | For initialization. |
ZoomSDKVideoCaptureMethod_Auto |
Number | Auto mode. |
ZoomSDKVideoCaptureMethod_DirectSHow |
Number | Direct show mode. |
ZoomSDKVideoCaptureMethod_MediaFoundation |
Number | Media foundation mode. |
Type:
- Number
(constant) ZoomSDKVideoHardwareEncodeType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
VIDEO_HARDWARE_ENCODE_RECEIVING |
Number | Utilizes hardware resources to improve rendering of received video feeds. Mac platform only has this option. |
VIDEO_HARDWARE_ENCODE_SENDING |
Number | Utilizes hardware resources to improve rendering of the video feed being sent out. |
VIDEO_HARDWARE_ENCODE_PROCESSING |
Number | Utilizes hardware resources to improve rendering of the overall video feeds. |
Type:
- Number
(constant) ZoomSDKVideoHardwareEncodeType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
VIDEO_HARDWARE_ENCODE_RECEIVING |
Number | Utilizes hardware resources to improve rendering of received video feeds. Mac platform only has this option. |
VIDEO_HARDWARE_ENCODE_SENDING |
Number | Utilizes hardware resources to improve rendering of the video feed being sent out. |
VIDEO_HARDWARE_ENCODE_PROCESSING |
Number | Utilizes hardware resources to improve rendering of the overall video feeds. |
Type:
- Number
(constant) ZoomSDKVideoRenderMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKVideoRenderMode_None |
Number | For initialization. |
SDKVideoRenderMode_Auto |
Number | Auto mode. |
SDKVideoRenderMode_D3D11EnableFLIP |
Number | D3D11EnableFLIP mode. |
SDKVideoRenderMode_D3D11 |
Number | D3D11 mode. |
SDKVideoRenderMode_D3D9 |
Number | D3D9 mode. |
SDKVideoRenderMode_GDI |
Number | GDI mode. |
Type:
- Number
(constant) ZoomSDKVideoRenderMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
SDKVideoRenderMode_None |
Number | For initialization. |
SDKVideoRenderMode_Auto |
Number | Auto mode. |
SDKVideoRenderMode_D3D11EnableFLIP |
Number | D3D11EnableFLIP mode. |
SDKVideoRenderMode_D3D11 |
Number | D3D11 mode. |
SDKVideoRenderMode_D3D9 |
Number | D3D9 mode. |
SDKVideoRenderMode_GDI |
Number | GDI mode. |
Type:
- Number
(constant) ZoomSDKVideoSubscribeFailReason :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKVideoSubscribe_Fail_None |
Number | |
ZoomSDKVideoSubscribe_Fail_ViewOnly |
Number | |
ZoomSDKVideoSubscribe_Fail_NotInMeeting |
Number | |
ZoomSDKVideoSubscribe_Fail_HasSubscribe1080POr720 |
Number | |
ZoomSDKVideoSubscribe_Fail_HasSubscribeTwo720P |
Number | |
ZoomSDKVideoSubscribe_Fail_HasSubscribeExceededLimit |
Number | |
ZoomSDKVideoSubscribe_Fail_TooFrequentCall |
Number |
Type:
- Number
(constant) ZoomSDKVideoSubscribeFailReason :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKVideoSubscribe_Fail_None |
Number | |
ZoomSDKVideoSubscribe_Fail_ViewOnly |
Number | |
ZoomSDKVideoSubscribe_Fail_NotInMeeting |
Number | |
ZoomSDKVideoSubscribe_Fail_HasSubscribe1080POr720 |
Number | |
ZoomSDKVideoSubscribe_Fail_HasSubscribeTwo720P |
Number | |
ZoomSDKVideoSubscribe_Fail_HasSubscribeExceededLimit |
Number | |
ZoomSDKVideoSubscribe_Fail_TooFrequentCall |
Number |
Type:
- Number
(constant) ZoomSDKWallpaperLayoutMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKWallpaperLayoutMode_None |
Number | |
ZoomSDKWallpaperLayoutMode_Fill |
Number | |
ZoomSDKWallpaperLayoutMode_Fit |
Number |
Type:
- Number
(constant) ZoomSDKWallpaperLayoutMode :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKWallpaperLayoutMode_None |
Number | |
ZoomSDKWallpaperLayoutMode_Fill |
Number | |
ZoomSDKWallpaperLayoutMode_Fit |
Number |
Type:
- Number
(constant) ZoomSDKWallpaperSettingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKWallpaperSettingStatus_None |
Number | |
ZoomSDKWallpaperSettingStatus_Downloading |
Number | |
ZoomSDKWallpaperSettingStatus_Downloaded |
Number | |
ZoomSDKWallpaperSettingStatus_DownloadFail |
Number |
Type:
- Number
(constant) ZoomSDKWallpaperSettingStatus :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomSDKWallpaperSettingStatus_None |
Number | |
ZoomSDKWallpaperSettingStatus_Downloading |
Number | |
ZoomSDKWallpaperSettingStatus_Downloaded |
Number | |
ZoomSDKWallpaperSettingStatus_DownloadFail |
Number |
Type:
- Number
(constant) ZoomSDK_LANGUAGE_ID :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LANGUAGE_Unknown |
Number | For initialization. |
LANGUAGE_English |
Number | In English. |
LANGUAGE_Chinese_Simplified |
Number | In simplified Chinese. |
LANGUAGE_Chinese_Traditional |
Number | In traditional Chinese. |
LANGUAGE_Japanese |
Number | In Japanese. |
LANGUAGE_Spanish |
Number | In Spanish. |
LANGUAGE_German |
Number | In German. |
LANGUAGE_French |
Number | In French. |
LANGUAGE_Portuguese |
Number | In Portuguese. |
LANGUAGE_Russian |
Number | In Russian. |
LANGUAGE_Korean |
Number | In Korean. |
LANGUAGE_Vietnamese |
Number | In Vietnamese. |
LANGUAGE_Italian |
Number | In Italian. |
LANGUAGE_Polish |
Number | In Polish. |
LANGUAGE_Turkish |
Number | In Turkish. |
LANGUAGE_Indonesian |
Number | In Indonesian. |
LANGUAGE_Dutch |
Number | In Dutch. |
Type:
- Number
(constant) ZoomSDK_LANGUAGE_ID :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
LANGUAGE_Unknown |
Number | For initialization. |
LANGUAGE_English |
Number | In English. |
LANGUAGE_Chinese_Simplified |
Number | In simplified Chinese. |
LANGUAGE_Chinese_Traditional |
Number | In traditional Chinese. |
LANGUAGE_Japanese |
Number | In Japanese. |
LANGUAGE_Spanish |
Number | In Spanish. |
LANGUAGE_German |
Number | In German. |
LANGUAGE_French |
Number | In French. |
LANGUAGE_Portuguese |
Number | In Portuguese. |
LANGUAGE_Russian |
Number | In Russian. |
LANGUAGE_Korean |
Number | In Korean. |
LANGUAGE_Vietnamese |
Number | In Vietnamese. |
LANGUAGE_Italian |
Number | In Italian. |
LANGUAGE_Polish |
Number | In Polish. |
LANGUAGE_Turkish |
Number | In Turkish. |
LANGUAGE_Indonesian |
Number | In Indonesian. |
LANGUAGE_Dutch |
Number | In Dutch. |
Type:
- Number
(constant) ZoomUserType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomUserType_APIUSER |
Number | API user. |
ZoomUserType_EMAIL_LOGIN |
Number | User logged in with email. |
ZoomUserType_FACEBOOK |
Number | User logged in with Facebook. |
ZoomUserType_GoogleOAuth |
Number | User logged in with Google. |
ZoomUserType_SSO |
Number | User logged in with SSO. |
ZoomUserType_Unknown |
Number | User of unknown type. |
Type:
- Number
(constant) ZoomUserType :Number
- Source:
Properties:
Name | Type | Description |
---|---|---|
ZoomUserType_APIUSER |
Number | API user. |
ZoomUserType_EMAIL_LOGIN |
Number | User logged in with email. |
ZoomUserType_FACEBOOK |
Number | User logged in with Facebook. |
ZoomUserType_GoogleOAuth |
Number | User logged in with Google. |
ZoomUserType_SSO |
Number | User logged in with SSO. |
ZoomUserType_Unknown |
Number | User of unknown type. |
Type:
- Number