Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKConstants.h File Reference

Go to the source code of this file.

Enumerations

enum  ZoomVideoSDKError {
  Errors_Success = 0 , Errors_Wrong_Usage , Errors_Internal_Error , Errors_Uninitialize ,
  Errors_Memory_Error , Errors_Load_Module_Error , Errors_UnLoad_Module_Error , Errors_Invalid_Parameter ,
  Errors_Call_Too_Frequently , Errors_No_Impl , Errors_Dont_Support_Feature , Errors_Unknown ,
  Errors_Remove_Folder_Fail , Errors_Auth_Base = 1000 , Errors_Auth_Error , Errors_Auth_Empty_Key_or_Secret ,
  Errors_Auth_Wrong_Key_or_Secret , Errors_Auth_DoesNot_Support_SDK , Errors_Auth_Disable_SDK , Errors_JoinSession_NoSessionName = 1500 ,
  Errors_JoinSession_NoSessionToken , Errors_JoinSession_NoUserName , Errors_JoinSession_Invalid_SessionName , Errors_JoinSession_Invalid_Password ,
  Errors_JoinSession_Invalid_SessionToken , Errors_JoinSession_SessionName_TooLong , Errors_JoinSession_Token_MismatchedSessionName , Errors_JoinSession_Token_NoSessionName ,
  Errors_JoinSession_Token_RoleType_EmptyOrWrong , Errors_JoinSession_Token_UserIdentity_TooLong , Errors_Session_Base = 2000 , Errors_Session_Module_Not_Found ,
  Errors_Session_Service_Invalid , Errors_Session_Join_Failed , Errors_Session_No_Rights , Errors_Session_Already_In_Progress ,
  Errors_Session_Dont_Support_SessionType , Errors_Session_You_Have_No_Share , Errors_Session_Reconncting , Errors_Session_Disconncting ,
  Errors_Session_Not_Started = 2010 , Errors_Session_Need_Password , Errors_Session_Password_Wrong , Errors_Session_Remote_DB_Error ,
  Errors_Session_Invalid_Param , Errors_Session_Client_Incompatible , Errors_Session_Audio_Error = 3000 , Errors_Session_Audio_No_Microphone ,
  Errors_Session_Audio_No_Speaker , Errors_Session_Video_Error = 4000 , Errors_Session_Video_Device_Error , Errors_Session_Live_Stream_Error = 5000 ,
  Errors_Session_Phone_Error = 5500 , Errors_Dont_Support_Multi_Stream_Video_User , Errors_Fail_Assign_User_Privilege , Errors_No_Recording_In_Process ,
  Errors_Set_Virtual_Background_Fail , Errors_Malloc_Failed = 6001 , Errors_Not_In_Session , Errors_No_License ,
  Errors_Video_Module_Not_Ready , Errors_Video_Module_Error , Errors_Video_device_error , Errors_No_Video_Data ,
  Errors_Share_Module_Not_Ready , Errors_Share_Module_Error , Errors_No_Share_Data , Errors_Audio_Module_Not_Ready ,
  Errors_Audio_Module_Error , Errors_No_Audio_Data , Errors_Preprocess_Rawdata_Error , Errors_Rawdata_No_Device_Running ,
  Errors_Rawdata_Init_Device , Errors_Rawdata_Virtual_Device , Errors_Rawdata_Cannot_Change_Virtual_Device_In_Preview , Errors_Rawdata_Internal_Error ,
  Errors_Rawdata_Send_Too_Much_Data_In_Single_Time , Errors_Rawdata_Send_Too_Frequently , Errors_Rawdata_Virtual_Mic_Is_Terminate , Errors_Session_Share_Error = 7001 ,
  Errors_Session_Share_Module_Not_Ready , Errors_Session_Share_You_Are_Not_Sharing , Errors_Session_Share_Type_Is_Not_Support , Errors_Session_Share_Internal_Error
}
 ZoomVideoSDKError An enumeration of error. More...
 
enum  ZoomVideoSDKAudioType { ZoomVideoSDKAudioType_None = 0 , ZoomVideoSDKAudioType_VOIP , ZoomVideoSDKAudioType_TELEPHONY , ZoomVideoSDKAudioType_Unknow }
 ZoomVideoSDKAudioType An enumeration of audio type. More...
 
enum  ZoomVideoSDKVideoAspect { ZoomVideoSDKVideoAspect_Original = 0 , ZoomVideoSDKVideoAspect_Full_Filled , ZoomVideoSDKVideoAspect_LetterBox , ZoomVideoSDKVideoAspect_PanAndScan }
 ZoomVideoSDKVideoAspect An enumeration of video aspect. More...
 
enum  ZoomVideoSDKVideoType { ZoomVideoSDKVideoType_VideoData = 1 , ZoomVideoSDKVideoType_ShareData }
 ZoomVideoSDKVideoType An enumeration of video type. More...
 
enum  ZoomVideoSDKReceiveSharingStatus {
  ZoomVideoSDKReceiveSharingStatus_None = 0 , ZoomVideoSDKReceiveSharingStatus_Start , ZoomVideoSDKReceiveSharingStatus_Pause , ZoomVideoSDKReceiveSharingStatus_Resume ,
  ZoomVideoSDKReceiveSharingStatus_Stop
}
 You can get share status in the user object [ZoomVideoSDKUser]. More...
 
enum  ZoomVideoSDKLiveStreamStatus {
  ZoomVideoSDKLiveStreamStatus_None = 1 , ZoomVideoSDKLiveStreamStatus_InProgress , ZoomVideoSDKLiveStreamStatus_Connecting , ZoomVideoSDKLiveStreamStatus_FailedTimeout ,
  ZoomVideoSDKLiveStreamStatus_StartFailed , ZoomVideoSDKLiveStreamStatus_Ended
}
 ZoomVideoSDKLiveStreamStatus An enumeration of live stream status. More...
 
enum  ZoomVideoSDKFrameDataFormat { ZoomVideoSDKFrameDataFormat_I420 = 1 , ZoomVideoSDKFrameDataFormat_I420_Limit }
 
enum  ZoomVideoSDKVideoRawDataRotation { ZoomVideoSDKVideoRawDataRotationNone = 1 , ZoomVideoSDKVideoRawDataRotation90 , ZoomVideoSDKVideoRawDataRotation180 , ZoomVideoSDKVideoRawDataRotation270 }
 ZoomVideoSDKVideoRawDataRotation The direction of video. More...
 
enum  ZoomVideoSDKVideoResolution {
  ZoomVideoSDKVideoResolution_90 , ZoomVideoSDKVideoResolution_180 , ZoomVideoSDKVideoResolution_360 , ZoomVideoSDKVideoResolution_720 ,
  ZoomVideoSDKVideoResolution_Auto = 100
}
 ZoomVideoSDKVideoResolution An enumeration of video raw data resolution. More...
 
enum  ZoomVideoSDKRawDataMemoryMode { ZoomVideoSDKRawDataMemoryModeStack , ZoomVideoSDKRawDataMemoryModeHeap }
 Rawdata memory mode. More...
 
enum  ZoomVideoSDKUserRawdataStatus { ZoomVideoSDKUserRawdataOn , ZoomVideoSDKUserRawdataOff }
 user's rawdata status. More...
 
enum  ZoomVideoSDKPhoneStatus {
  ZoomVideoSDKPhoneStatus_None , ZoomVideoSDKPhoneStatus_Calling , ZoomVideoSDKPhoneStatus_Ringing , ZoomVideoSDKPhoneStatus_Accepted ,
  ZoomVideoSDKPhoneStatus_Success , ZoomVideoSDKPhoneStatus_Failed , ZoomVideoSDKPhoneStatus_Canceling , ZoomVideoSDKPhoneStatus_Canceled ,
  ZoomVideoSDKPhoneStatus_Cancel_Failed , ZoomVideoSDKPhoneStatus_Timeout
}
 Status of telephone. More...
 
enum  ZoomVideoSDKPhoneFailedReason {
  ZoomVideoSDKPhoneFailedReason_None , ZoomVideoSDKPhoneFailedReason_Busy , ZoomVideoSDKPhoneFailedReason_Not_Available , ZoomVideoSDKPhoneFailedReason_User_Hangup ,
  ZoomVideoSDKPhoneFailedReason_Other_Fail , ZoomVideoSDKPhoneFailedReason_No_Answer , ZoomVideoSDKPhoneFailedReason_Block_No_Host , ZoomVideoSDKPhoneFailedReason_Block_High_Rate ,
  ZoomVideoSDKPhoneFailedReason_Block_Too_Frequent
}
 The reason for the failure of the telephone call. More...
 
enum  ZoomVideoSDKRecordingStatus {
  ZoomVideoSDKRecordingStatus_None , ZoomVideoSDKRecordingStatus_Start , ZoomVideoSDKRecordingStatus_Stop , ZoomVideoSDKRecordingStatus_DiskFull ,
  ZoomVideoSDKRecordingStatus_Pause , ZoomVideoSDKRecordingStatus_Connecting
}
 An enum representing the status of the recording status. More...
 
enum  ZoomVideoSDKVideoPreferenceMode { ZoomVideoSDKVideoPreferenceMode_Balance , ZoomVideoSDKVideoPreferenceMode_Sharpness , ZoomVideoSDKVideoPreferenceMode_Smoothness , ZoomVideoSDKVideoPreferenceMode_Custom }
 
enum  ZoomVideoSDKMultiCameraStreamStatus { ZoomVideoSDKMultiCameraStreamStatus_JoinStart , ZoomVideoSDKMultiCameraStreamStatus_JoinFail , ZoomVideoSDKMultiCameraStreamStatus_Joined , ZoomVideoSDKMultiCameraStreamStatus_Left }
 
enum  ZoomVideoSDKLiveTranscriptionStatus { ZoomVideoSDKLiveTranscriptionStatus_Stop , ZoomVideoSDKLiveTranscriptionStatus_Start }
 
enum  ZoomVideoSDKLiveTranscriptionOperationType {
  ZoomVideoSDKLiveTranscriptionOperationType_None , ZoomVideoSDKLiveTranscriptionOperationType_Add , ZoomVideoSDKLiveTranscriptionOperationType_Update , ZoomVideoSDKLiveTranscriptionOperationType_Delete ,
  ZoomVideoSDKLiveTranscriptionOperationType_Complete , ZoomVideoSDKLiveTranscriptionOperationType_NotSupported
}
 
enum  ZoomVideoSDKSystemPermissionType { ZoomVideoSDKSystemPermissionType_Camera , ZoomVideoSDKSystemPermissionType_Microphone }
 
enum  ZoomVideoSDKChatMsgDeleteBy { ZoomVideoSDKChatMsgDeleteBy_NONE , ZoomVideoSDKChatMsgDeleteBy_SELF , ZoomVideoSDKChatMsgDeleteBy_HOST , ZoomVideoSDKChatMsgDeleteBy_DLP }
 The chat message delete type are sent in the onChatMsgDeleteNotification:messageID:deleteBy: callback. More...
 
enum  ZoomVideoSDKDialInNumType { ZoomVideoSDKDialInNumType_None , ZoomVideoSDKDialInNumType_Toll , ZoomVideoSDKDialInNumType_TollFree }
 
enum  ZoomVideoSDKNetworkStatus { ZoomVideoSDKNetworkStatus_None , ZoomVideoSDKNetworkStatus_Bad , ZoomVideoSDKNetworkStatus_Normal , ZoomVideoSDKNetworkStatus_Good }
 Type of video network status. More...
 
enum  ZoomVideoSDKRecordAgreementType { ZoomVideoSDKRecordAgreementType_Invalid , ZoomVideoSDKRecordAgreementType_Traditional , ZoomVideoSDKRecordAgreementType_Individual_Only }
 Type of record agreement type. More...
 
enum  ZoomVideoSDKVirtualBackgroundDataType { ZoomVideoSDKVirtualBackgroundDataType_None , ZoomVideoSDKVirtualBackgroundDataType_Image , ZoomVideoSDKVirtualBackgroundDataType_Blur }
 Enumerations of the type for virtual background. More...
 
enum  ZoomVideoSDKCRCProtocol { ZoomVideoSDKCRCProtocol_H323 = 0 , ZoomVideoSDKCRCProtocol_SIP }
 Enumerations of the type for crc protocol. More...
 
enum  ZoomVideoSDKCRCCallStatus {
  ZoomVideoSDKCRCCallStatus_Success = 0 , ZoomVideoSDKCRCCallStatus_Ring , ZoomVideoSDKCRCCallStatus_Timeout , ZoomVideoSDKCRCCallStatus_Busy ,
  ZoomVideoSDKCRCCallStatus_Decline , ZoomVideoSDKCRCCallStatus_Failed
}
 Enumerations of the type for crc call out status. More...
 
enum  ZoomVideoSDKAnnotationToolType {
  ZoomVideoSDKAnnotationToolType_None = 0 , ZoomVideoSDKAnnotationToolType_Pen , ZoomVideoSDKAnnotationToolType_HighLighter , ZoomVideoSDKAnnotationToolType_AutoLine ,
  ZoomVideoSDKAnnotationToolType_AutoRectangle , ZoomVideoSDKAnnotationToolType_AutoEllipse , ZoomVideoSDKAnnotationToolType_AutoArrow , ZoomVideoSDKAnnotationToolType_AutoRectangleFill ,
  ZoomVideoSDKAnnotationToolType_AutoEllipseFill , ZoomVideoSDKAnnotationToolType_SpotLight , ZoomVideoSDKAnnotationToolType_Arrow , ZoomVideoSDKAnnotationToolType_ERASER ,
  ZoomVideoSDKAnnotationToolType_Picker , ZoomVideoSDKAnnotationToolType_AutoRectangleSemiFill , ZoomVideoSDKAnnotationToolType_AutoEllipseSemiFill , ZoomVideoSDKAnnotationToolType_AutoDoubleArrow ,
  ZoomVideoSDKAnnotationToolType_AutoDiamond , ZoomVideoSDKAnnotationToolType_AutoStampArrow , ZoomVideoSDKAnnotationToolType_AutoStampCheck , ZoomVideoSDKAnnotationToolType_AutoStampX ,
  ZoomVideoSDKAnnotationToolType_AutoStampStar , ZoomVideoSDKAnnotationToolType_AutoStampHeart , ZoomVideoSDKAnnotationToolType_AutoStampQm
}
 Enumerations of the type for annotation tool type. More...
 
enum  ZoomVideoSDKAnnotationClearType { ZoomVideoSDKAnnotationClearType_All = 0 , ZoomVideoSDKAnnotationClearType_Others , ZoomVideoSDKAnnotationClearType_My }
 Enumerations of the type for annotation clear type. More...
 
enum  ZoomVideoSDKSubscribeFailReason {
  ZoomVideoSDKSubscribeFailReason_None = 0 , ZoomVideoSDKSubscribeFailReason_HasSubscribeShare , ZoomVideoSDKSubscribeFailReason_HasSubscribeExceededLimit , ZoomVideoSDKSubscribeFailReason_HasSubscribe1080POr720P ,
  ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare
}
 Enumerations for the video subscribe failed reason. More...
 
enum  ZoomVideoSDKChatPrivilegeType { ZoomVideoSDKChatPrivilege_Unknown = 0 , ZoomVideoSDKChatPrivilege_Everyone_Publicly_And_Privately , ZoomVideoSDKChatPrivilege_No_One , ZoomVideoSDKChatPrivilege_Everyone_Publicly }
 Enumerations of the type for chat Privilege type. More...
 
enum  ZoomVideoSDKAudioChannel { ZoomVideoSDKAudioChannel_Mono , ZoomVideoSDKAudioChannel_Stereo }
 
enum  ZoomVideoSDKTestMicStatus { ZoomVideoSDKMic_CanTest = 0 , ZoomVideoSDKMic_Recording , ZoomVideoSDKMic_CanPlay }
 

Enumeration Type Documentation

◆ ZoomVideoSDKAnnotationClearType

Enumerations of the type for annotation clear type.

Enumerator
ZoomVideoSDKAnnotationClearType_All 

Clear all annotations. Hosts, managers and shared meeting owners can use.

ZoomVideoSDKAnnotationClearType_Others 

Clear only the others' annotations. Only shared meeting owners can use.

ZoomVideoSDKAnnotationClearType_My 

Clear only your own annotations. Everyone can use.

Definition at line 405 of file ZoomVideoSDKConstants.h.

405 {
409};
@ ZoomVideoSDKAnnotationClearType_All
Clear all annotations. Hosts, managers and shared meeting owners can use.
@ ZoomVideoSDKAnnotationClearType_Others
Clear only the others' annotations. Only shared meeting owners can use.
@ ZoomVideoSDKAnnotationClearType_My
Clear only your own annotations. Everyone can use.

◆ ZoomVideoSDKAnnotationToolType

Enumerations of the type for annotation tool type.

Enumerator
ZoomVideoSDKAnnotationToolType_None 
ZoomVideoSDKAnnotationToolType_Pen 
ZoomVideoSDKAnnotationToolType_HighLighter 
ZoomVideoSDKAnnotationToolType_AutoLine 
ZoomVideoSDKAnnotationToolType_AutoRectangle 
ZoomVideoSDKAnnotationToolType_AutoEllipse 
ZoomVideoSDKAnnotationToolType_AutoArrow 
ZoomVideoSDKAnnotationToolType_AutoRectangleFill 
ZoomVideoSDKAnnotationToolType_AutoEllipseFill 
ZoomVideoSDKAnnotationToolType_SpotLight 
ZoomVideoSDKAnnotationToolType_Arrow 
ZoomVideoSDKAnnotationToolType_ERASER 
ZoomVideoSDKAnnotationToolType_Picker 
ZoomVideoSDKAnnotationToolType_AutoRectangleSemiFill 
ZoomVideoSDKAnnotationToolType_AutoEllipseSemiFill 
ZoomVideoSDKAnnotationToolType_AutoDoubleArrow 
ZoomVideoSDKAnnotationToolType_AutoDiamond 
ZoomVideoSDKAnnotationToolType_AutoStampArrow 
ZoomVideoSDKAnnotationToolType_AutoStampCheck 
ZoomVideoSDKAnnotationToolType_AutoStampX 
ZoomVideoSDKAnnotationToolType_AutoStampStar 
ZoomVideoSDKAnnotationToolType_AutoStampHeart 
ZoomVideoSDKAnnotationToolType_AutoStampQm 

Definition at line 376 of file ZoomVideoSDKConstants.h.

376 {
400};
@ ZoomVideoSDKAnnotationToolType_AutoRectangleSemiFill
@ ZoomVideoSDKAnnotationToolType_AutoEllipse
@ ZoomVideoSDKAnnotationToolType_ERASER
@ ZoomVideoSDKAnnotationToolType_Pen
@ ZoomVideoSDKAnnotationToolType_AutoEllipseSemiFill
@ ZoomVideoSDKAnnotationToolType_Arrow
@ ZoomVideoSDKAnnotationToolType_None
@ ZoomVideoSDKAnnotationToolType_AutoStampQm
@ ZoomVideoSDKAnnotationToolType_Picker
@ ZoomVideoSDKAnnotationToolType_AutoArrow
@ ZoomVideoSDKAnnotationToolType_AutoEllipseFill
@ ZoomVideoSDKAnnotationToolType_AutoStampArrow
@ ZoomVideoSDKAnnotationToolType_AutoRectangle
@ ZoomVideoSDKAnnotationToolType_SpotLight
@ ZoomVideoSDKAnnotationToolType_AutoDiamond
@ ZoomVideoSDKAnnotationToolType_AutoLine
@ ZoomVideoSDKAnnotationToolType_AutoStampStar
@ ZoomVideoSDKAnnotationToolType_AutoRectangleFill
@ ZoomVideoSDKAnnotationToolType_AutoStampX
@ ZoomVideoSDKAnnotationToolType_HighLighter
@ ZoomVideoSDKAnnotationToolType_AutoDoubleArrow
@ ZoomVideoSDKAnnotationToolType_AutoStampHeart
@ ZoomVideoSDKAnnotationToolType_AutoStampCheck

◆ ZoomVideoSDKAudioChannel

Enumerator
ZoomVideoSDKAudioChannel_Mono 
ZoomVideoSDKAudioChannel_Stereo 

mono

Definition at line 437 of file ZoomVideoSDKConstants.h.

437 {
440};
@ ZoomVideoSDKAudioChannel_Mono
@ ZoomVideoSDKAudioChannel_Stereo
mono

◆ ZoomVideoSDKAudioType

ZoomVideoSDKAudioType An enumeration of audio type.

Enumerator
ZoomVideoSDKAudioType_None 
ZoomVideoSDKAudioType_VOIP 
ZoomVideoSDKAudioType_TELEPHONY 
ZoomVideoSDKAudioType_Unknow 

Definition at line 109 of file ZoomVideoSDKConstants.h.

◆ ZoomVideoSDKChatMsgDeleteBy

The chat message delete type are sent in the onChatMsgDeleteNotification:messageID:deleteBy: callback.

Enumerator
ZoomVideoSDKChatMsgDeleteBy_NONE 
ZoomVideoSDKChatMsgDeleteBy_SELF 

None.

ZoomVideoSDKChatMsgDeleteBy_HOST 

Indicates that the message was deleted by myself.

ZoomVideoSDKChatMsgDeleteBy_DLP 

Indicates that the message was deleted by the session host.

Definition at line 296 of file ZoomVideoSDKConstants.h.

297{
302};
@ ZoomVideoSDKChatMsgDeleteBy_HOST
Indicates that the message was deleted by myself.
@ ZoomVideoSDKChatMsgDeleteBy_DLP
Indicates that the message was deleted by the session host.
@ ZoomVideoSDKChatMsgDeleteBy_SELF
None.
@ ZoomVideoSDKChatMsgDeleteBy_NONE

◆ ZoomVideoSDKChatPrivilegeType

Enumerations of the type for chat Privilege type.

Enumerator
ZoomVideoSDKChatPrivilege_Unknown 

Unknown type.

ZoomVideoSDKChatPrivilege_Everyone_Publicly_And_Privately 

allow participant to chat with everyone or only some one

ZoomVideoSDKChatPrivilege_No_One 

allow participant to chat with no one

ZoomVideoSDKChatPrivilege_Everyone_Publicly 

allow participant to chat with host,manager and everyone

Definition at line 425 of file ZoomVideoSDKConstants.h.

425 {
434};
@ ZoomVideoSDKChatPrivilege_Unknown
Unknown type.
@ ZoomVideoSDKChatPrivilege_No_One
allow participant to chat with no one
@ ZoomVideoSDKChatPrivilege_Everyone_Publicly
allow participant to chat with host,manager and everyone
@ ZoomVideoSDKChatPrivilege_Everyone_Publicly_And_Privately
allow participant to chat with everyone or only some one

◆ ZoomVideoSDKCRCCallStatus

Enumerations of the type for crc call out status.

Enumerator
ZoomVideoSDKCRCCallStatus_Success 

OK.

ZoomVideoSDKCRCCallStatus_Ring 

Ring.

ZoomVideoSDKCRCCallStatus_Timeout 

Timeout.

ZoomVideoSDKCRCCallStatus_Busy 

Busy.

ZoomVideoSDKCRCCallStatus_Decline 

Decline.

ZoomVideoSDKCRCCallStatus_Failed 

Failed.

Definition at line 358 of file ZoomVideoSDKConstants.h.

358 {
371};
@ ZoomVideoSDKCRCCallStatus_Success
OK.
@ ZoomVideoSDKCRCCallStatus_Timeout
Timeout.
@ ZoomVideoSDKCRCCallStatus_Ring
Ring.
@ ZoomVideoSDKCRCCallStatus_Decline
Decline.
@ ZoomVideoSDKCRCCallStatus_Failed
Failed.
@ ZoomVideoSDKCRCCallStatus_Busy
Busy.

◆ ZoomVideoSDKCRCProtocol

Enumerations of the type for crc protocol.

Enumerator
ZoomVideoSDKCRCProtocol_H323 

H323.

ZoomVideoSDKCRCProtocol_SIP 

SIP.

Definition at line 347 of file ZoomVideoSDKConstants.h.

347 {
352};
@ ZoomVideoSDKCRCProtocol_H323
H323.
@ ZoomVideoSDKCRCProtocol_SIP
SIP.

◆ ZoomVideoSDKDialInNumType

Enumerator
ZoomVideoSDKDialInNumType_None 
ZoomVideoSDKDialInNumType_Toll 

For initialization.

ZoomVideoSDKDialInNumType_TollFree 

Paid.

Definition at line 304 of file ZoomVideoSDKConstants.h.

305{
309};
@ ZoomVideoSDKDialInNumType_None
@ ZoomVideoSDKDialInNumType_TollFree
Paid.
@ ZoomVideoSDKDialInNumType_Toll
For initialization.

◆ ZoomVideoSDKError

ZoomVideoSDKError An enumeration of error.

Enumerator
Errors_Success 

Success.

Errors_Wrong_Usage 
Errors_Internal_Error 
Errors_Uninitialize 
Errors_Memory_Error 
Errors_Load_Module_Error 
Errors_UnLoad_Module_Error 
Errors_Invalid_Parameter 
Errors_Call_Too_Frequently 
Errors_No_Impl 
Errors_Dont_Support_Feature 
Errors_Unknown 
Errors_Remove_Folder_Fail 
Errors_Auth_Base 
Errors_Auth_Error 
Errors_Auth_Empty_Key_or_Secret 
Errors_Auth_Wrong_Key_or_Secret 
Errors_Auth_DoesNot_Support_SDK 
Errors_Auth_Disable_SDK 
Errors_JoinSession_NoSessionName 
Errors_JoinSession_NoSessionToken 
Errors_JoinSession_NoUserName 
Errors_JoinSession_Invalid_SessionName 
Errors_JoinSession_Invalid_Password 
Errors_JoinSession_Invalid_SessionToken 
Errors_JoinSession_SessionName_TooLong 
Errors_JoinSession_Token_MismatchedSessionName 
Errors_JoinSession_Token_NoSessionName 
Errors_JoinSession_Token_RoleType_EmptyOrWrong 
Errors_JoinSession_Token_UserIdentity_TooLong 
Errors_Session_Base 
Errors_Session_Module_Not_Found 
Errors_Session_Service_Invalid 
Errors_Session_Join_Failed 
Errors_Session_No_Rights 
Errors_Session_Already_In_Progress 
Errors_Session_Dont_Support_SessionType 
Errors_Session_You_Have_No_Share 
Errors_Session_Reconncting 
Errors_Session_Disconncting 
Errors_Session_Not_Started 
Errors_Session_Need_Password 
Errors_Session_Password_Wrong 
Errors_Session_Remote_DB_Error 
Errors_Session_Invalid_Param 
Errors_Session_Client_Incompatible 
Errors_Session_Audio_Error 
Errors_Session_Audio_No_Microphone 
Errors_Session_Audio_No_Speaker 
Errors_Session_Video_Error 
Errors_Session_Video_Device_Error 
Errors_Session_Live_Stream_Error 
Errors_Session_Phone_Error 
Errors_Dont_Support_Multi_Stream_Video_User 
Errors_Fail_Assign_User_Privilege 
Errors_No_Recording_In_Process 
Errors_Set_Virtual_Background_Fail 
Errors_Malloc_Failed 
Errors_Not_In_Session 
Errors_No_License 
Errors_Video_Module_Not_Ready 
Errors_Video_Module_Error 
Errors_Video_device_error 
Errors_No_Video_Data 
Errors_Share_Module_Not_Ready 
Errors_Share_Module_Error 
Errors_No_Share_Data 
Errors_Audio_Module_Not_Ready 
Errors_Audio_Module_Error 
Errors_No_Audio_Data 
Errors_Preprocess_Rawdata_Error 
Errors_Rawdata_No_Device_Running 
Errors_Rawdata_Init_Device 
Errors_Rawdata_Virtual_Device 
Errors_Rawdata_Cannot_Change_Virtual_Device_In_Preview 
Errors_Rawdata_Internal_Error 
Errors_Rawdata_Send_Too_Much_Data_In_Single_Time 
Errors_Rawdata_Send_Too_Frequently 
Errors_Rawdata_Virtual_Mic_Is_Terminate 
Errors_Session_Share_Error 
Errors_Session_Share_Module_Not_Ready 
Errors_Session_Share_You_Are_Not_Sharing 
Errors_Session_Share_Type_Is_Not_Support 
Errors_Session_Share_Internal_Error 

Definition at line 11 of file ZoomVideoSDKConstants.h.

12{
26 Errors_Auth_Base = 1000,
64
71
75
80
84
88
98
104};
@ Errors_Unknown
@ Errors_Session_Video_Device_Error
@ Errors_JoinSession_Invalid_Password
@ Errors_Fail_Assign_User_Privilege
@ Errors_Share_Module_Error
@ Errors_Session_Phone_Error
@ Errors_Rawdata_Virtual_Mic_Is_Terminate
@ Errors_Dont_Support_Feature
@ Errors_JoinSession_Token_UserIdentity_TooLong
@ Errors_Malloc_Failed
@ Errors_Session_Service_Invalid
@ Errors_Rawdata_Virtual_Device
@ Errors_UnLoad_Module_Error
@ Errors_No_Audio_Data
@ Errors_No_Video_Data
@ Errors_Success
Success.
@ Errors_Not_In_Session
@ Errors_Session_Share_Module_Not_Ready
@ Errors_Rawdata_Send_Too_Much_Data_In_Single_Time
@ Errors_Session_Remote_DB_Error
@ Errors_Set_Virtual_Background_Fail
@ Errors_Session_Base
@ Errors_Session_Reconncting
@ Errors_Uninitialize
@ Errors_JoinSession_NoSessionName
@ Errors_Session_Dont_Support_SessionType
@ Errors_Session_Audio_No_Speaker
@ Errors_Auth_Disable_SDK
@ Errors_Session_You_Have_No_Share
@ Errors_JoinSession_Token_RoleType_EmptyOrWrong
@ Errors_Session_Client_Incompatible
@ Errors_Session_No_Rights
@ Errors_Call_Too_Frequently
@ Errors_Session_Live_Stream_Error
@ Errors_Session_Need_Password
@ Errors_JoinSession_SessionName_TooLong
@ Errors_Load_Module_Error
@ Errors_Session_Share_Internal_Error
@ Errors_Share_Module_Not_Ready
@ Errors_Rawdata_No_Device_Running
@ Errors_Rawdata_Internal_Error
@ Errors_JoinSession_Token_NoSessionName
@ Errors_Auth_DoesNot_Support_SDK
@ Errors_Session_Disconncting
@ Errors_Session_Not_Started
@ Errors_Session_Audio_Error
@ Errors_Audio_Module_Error
@ Errors_Session_Join_Failed
@ Errors_Session_Share_Type_Is_Not_Support
@ Errors_Memory_Error
@ Errors_Rawdata_Send_Too_Frequently
@ Errors_Internal_Error
@ Errors_Session_Share_You_Are_Not_Sharing
@ Errors_Session_Share_Error
@ Errors_Preprocess_Rawdata_Error
@ Errors_Session_Module_Not_Found
@ Errors_Invalid_Parameter
@ Errors_Auth_Wrong_Key_or_Secret
@ Errors_Session_Password_Wrong
@ Errors_JoinSession_NoUserName
@ Errors_Dont_Support_Multi_Stream_Video_User
@ Errors_Wrong_Usage
@ Errors_No_Impl
@ Errors_JoinSession_Invalid_SessionName
@ Errors_JoinSession_Token_MismatchedSessionName
@ Errors_Video_Module_Not_Ready
@ Errors_Remove_Folder_Fail
@ Errors_No_License
@ Errors_Auth_Empty_Key_or_Secret
@ Errors_Rawdata_Cannot_Change_Virtual_Device_In_Preview
@ Errors_JoinSession_NoSessionToken
@ Errors_Session_Already_In_Progress
@ Errors_Session_Audio_No_Microphone
@ Errors_Auth_Error
@ Errors_No_Recording_In_Process
@ Errors_Video_Module_Error
@ Errors_Auth_Base
@ Errors_Rawdata_Init_Device
@ Errors_Video_device_error
@ Errors_Audio_Module_Not_Ready
@ Errors_Session_Invalid_Param
@ Errors_Session_Video_Error
@ Errors_JoinSession_Invalid_SessionToken
@ Errors_No_Share_Data

◆ ZoomVideoSDKFrameDataFormat

Enumerator
ZoomVideoSDKFrameDataFormat_I420 
ZoomVideoSDKFrameDataFormat_I420_Limit 

Definition at line 165 of file ZoomVideoSDKConstants.h.

◆ ZoomVideoSDKLiveStreamStatus

ZoomVideoSDKLiveStreamStatus An enumeration of live stream status.

Enumerator
ZoomVideoSDKLiveStreamStatus_None 
ZoomVideoSDKLiveStreamStatus_InProgress 
ZoomVideoSDKLiveStreamStatus_Connecting 
ZoomVideoSDKLiveStreamStatus_FailedTimeout 
ZoomVideoSDKLiveStreamStatus_StartFailed 
ZoomVideoSDKLiveStreamStatus_Ended 

Definition at line 154 of file ZoomVideoSDKConstants.h.

◆ ZoomVideoSDKLiveTranscriptionOperationType

Enumerator
ZoomVideoSDKLiveTranscriptionOperationType_None 
ZoomVideoSDKLiveTranscriptionOperationType_Add 

operation none

ZoomVideoSDKLiveTranscriptionOperationType_Update 

operation add

ZoomVideoSDKLiveTranscriptionOperationType_Delete 

operation update

ZoomVideoSDKLiveTranscriptionOperationType_Complete 

operation delete

ZoomVideoSDKLiveTranscriptionOperationType_NotSupported 

operation complete

Definition at line 279 of file ZoomVideoSDKConstants.h.

279 {
286};
@ ZoomVideoSDKLiveTranscriptionOperationType_Delete
operation update
@ ZoomVideoSDKLiveTranscriptionOperationType_Update
operation add
@ ZoomVideoSDKLiveTranscriptionOperationType_Complete
operation delete
@ ZoomVideoSDKLiveTranscriptionOperationType_NotSupported
operation complete
@ ZoomVideoSDKLiveTranscriptionOperationType_Add
operation none
@ ZoomVideoSDKLiveTranscriptionOperationType_None

◆ ZoomVideoSDKLiveTranscriptionStatus

Enumerator
ZoomVideoSDKLiveTranscriptionStatus_Stop 
ZoomVideoSDKLiveTranscriptionStatus_Start 

translation stop

Definition at line 274 of file ZoomVideoSDKConstants.h.

274 {
277};
@ ZoomVideoSDKLiveTranscriptionStatus_Stop
@ ZoomVideoSDKLiveTranscriptionStatus_Start
translation stop

◆ ZoomVideoSDKMultiCameraStreamStatus

Enumerator
ZoomVideoSDKMultiCameraStreamStatus_JoinStart 

Current user only. This status is received when the current user starts the attempt to use multiple cameras in the session.

ZoomVideoSDKMultiCameraStreamStatus_JoinFail 

Current user only. This status is received when the current user fails the attempt to use multiple cameras in the session.

ZoomVideoSDKMultiCameraStreamStatus_Joined 

Broadcasted to all users. This status is received when a new camera has been successfully added to the session as the multiple cameras.

ZoomVideoSDKMultiCameraStreamStatus_Left 

Broadcasted to all users. This status is received when a camera that is being used as the multiple cameras has left the session.

Definition at line 267 of file ZoomVideoSDKConstants.h.

267 {
272};
@ ZoomVideoSDKMultiCameraStreamStatus_JoinFail
Current user only. This status is received when the current user fails the attempt to use multiple ca...
@ ZoomVideoSDKMultiCameraStreamStatus_Joined
Broadcasted to all users. This status is received when a new camera has been successfully added to th...
@ ZoomVideoSDKMultiCameraStreamStatus_Left
Broadcasted to all users. This status is received when a camera that is being used as the multiple ca...
@ ZoomVideoSDKMultiCameraStreamStatus_JoinStart
Current user only. This status is received when the current user starts the attempt to use multiple c...

◆ ZoomVideoSDKNetworkStatus

Type of video network status.

Enumerator
ZoomVideoSDKNetworkStatus_None 
ZoomVideoSDKNetworkStatus_Bad 
ZoomVideoSDKNetworkStatus_Normal 
ZoomVideoSDKNetworkStatus_Good 

Definition at line 315 of file ZoomVideoSDKConstants.h.

◆ ZoomVideoSDKPhoneFailedReason

The reason for the failure of the telephone call.

Enumerator
ZoomVideoSDKPhoneFailedReason_None 

For initialization.

ZoomVideoSDKPhoneFailedReason_Busy 

The telephone number is busy.

ZoomVideoSDKPhoneFailedReason_Not_Available 

The telephone number is out of service.

ZoomVideoSDKPhoneFailedReason_User_Hangup 

The user hangs up.

ZoomVideoSDKPhoneFailedReason_Other_Fail 

Other reasons.

ZoomVideoSDKPhoneFailedReason_No_Answer 

The user did not answer the call.

ZoomVideoSDKPhoneFailedReason_Block_No_Host 

The invitation by phone is blocked by the system due to an absent host.

ZoomVideoSDKPhoneFailedReason_Block_High_Rate 

The invite by phone is blocked by the system due to the high cost.

ZoomVideoSDKPhoneFailedReason_Block_Too_Frequent 

To join the session, the invitee would press one on the phone. An invitee who fails to respond will encounter a timeout. If there are too many invitee timeouts, the call invitation feature for this session will be blocked.

Definition at line 236 of file ZoomVideoSDKConstants.h.

236 {
246};
@ ZoomVideoSDKPhoneFailedReason_None
For initialization.
@ ZoomVideoSDKPhoneFailedReason_Block_High_Rate
The invite by phone is blocked by the system due to the high cost.
@ ZoomVideoSDKPhoneFailedReason_User_Hangup
The user hangs up.
@ ZoomVideoSDKPhoneFailedReason_Other_Fail
Other reasons.
@ ZoomVideoSDKPhoneFailedReason_Block_Too_Frequent
To join the session, the invitee would press one on the phone. An invitee who fails to respond will e...
@ ZoomVideoSDKPhoneFailedReason_Not_Available
The telephone number is out of service.
@ ZoomVideoSDKPhoneFailedReason_Busy
The telephone number is busy.
@ ZoomVideoSDKPhoneFailedReason_No_Answer
The user did not answer the call.
@ ZoomVideoSDKPhoneFailedReason_Block_No_Host
The invitation by phone is blocked by the system due to an absent host.

◆ ZoomVideoSDKPhoneStatus

Status of telephone.

Enumerator
ZoomVideoSDKPhoneStatus_None 

No status.

ZoomVideoSDKPhoneStatus_Calling 

In process of calling out.

ZoomVideoSDKPhoneStatus_Ringing 

In process of ringing.

ZoomVideoSDKPhoneStatus_Accepted 

Accept the call.

ZoomVideoSDKPhoneStatus_Success 

Call successful.

ZoomVideoSDKPhoneStatus_Failed 

Call failed.

ZoomVideoSDKPhoneStatus_Canceling 

In process of canceling the response to the previous state.

ZoomVideoSDKPhoneStatus_Canceled 

Cancel successfully.

ZoomVideoSDKPhoneStatus_Cancel_Failed 

Cancel fails.

ZoomVideoSDKPhoneStatus_Timeout 

Timeout.

Definition at line 219 of file ZoomVideoSDKConstants.h.

219 {
230};
@ ZoomVideoSDKPhoneStatus_None
No status.
@ ZoomVideoSDKPhoneStatus_Failed
Call failed.
@ ZoomVideoSDKPhoneStatus_Timeout
Timeout.
@ ZoomVideoSDKPhoneStatus_Canceled
Cancel successfully.
@ ZoomVideoSDKPhoneStatus_Calling
In process of calling out.
@ ZoomVideoSDKPhoneStatus_Cancel_Failed
Cancel fails.
@ ZoomVideoSDKPhoneStatus_Success
Call successful.
@ ZoomVideoSDKPhoneStatus_Ringing
In process of ringing.
@ ZoomVideoSDKPhoneStatus_Canceling
In process of canceling the response to the previous state.
@ ZoomVideoSDKPhoneStatus_Accepted
Accept the call.

◆ ZoomVideoSDKRawDataMemoryMode

Rawdata memory mode.

Enumerator
ZoomVideoSDKRawDataMemoryModeStack 
ZoomVideoSDKRawDataMemoryModeHeap 

Definition at line 203 of file ZoomVideoSDKConstants.h.

◆ ZoomVideoSDKReceiveSharingStatus

You can get share status in the user object [ZoomVideoSDKUser].

Enumerator
ZoomVideoSDKReceiveSharingStatus_None 
ZoomVideoSDKReceiveSharingStatus_Start 

No view or screen share available.

ZoomVideoSDKReceiveSharingStatus_Pause 

User started sharing.

ZoomVideoSDKReceiveSharingStatus_Resume 

User paused sharing.

ZoomVideoSDKReceiveSharingStatus_Stop 

User resumed sharing.

Definition at line 143 of file ZoomVideoSDKConstants.h.

143 {
149};
@ ZoomVideoSDKReceiveSharingStatus_None
@ ZoomVideoSDKReceiveSharingStatus_Resume
User paused sharing.
@ ZoomVideoSDKReceiveSharingStatus_Pause
User started sharing.
@ ZoomVideoSDKReceiveSharingStatus_Start
No view or screen share available.
@ ZoomVideoSDKReceiveSharingStatus_Stop
User resumed sharing.

◆ ZoomVideoSDKRecordAgreementType

Type of record agreement type.

Enumerator
ZoomVideoSDKRecordAgreementType_Invalid 
ZoomVideoSDKRecordAgreementType_Traditional 
ZoomVideoSDKRecordAgreementType_Individual_Only 

Definition at line 326 of file ZoomVideoSDKConstants.h.

◆ ZoomVideoSDKRecordingStatus

An enum representing the status of the recording status.

Enumerator
ZoomVideoSDKRecordingStatus_None 

For initialization.

ZoomVideoSDKRecordingStatus_Start 
ZoomVideoSDKRecordingStatus_Stop 

The recording has successfully started or successfully resumed.

ZoomVideoSDKRecordingStatus_DiskFull 

The recording has stopped.

ZoomVideoSDKRecordingStatus_Pause 

Recording is unsuccessful due to insufficient storage space..Please try to:1.Free up storage space 2.Purchase additional storage space.

ZoomVideoSDKRecordingStatus_Connecting 

The recording has paused.

Definition at line 251 of file ZoomVideoSDKConstants.h.

251 {
258};
@ ZoomVideoSDKRecordingStatus_Connecting
The recording has paused.
@ ZoomVideoSDKRecordingStatus_DiskFull
The recording has stopped.
@ ZoomVideoSDKRecordingStatus_Pause
Recording is unsuccessful due to insufficient storage space..Please try to:1.Free up storage space 2....
@ ZoomVideoSDKRecordingStatus_None
For initialization.
@ ZoomVideoSDKRecordingStatus_Stop
The recording has successfully started or successfully resumed.
@ ZoomVideoSDKRecordingStatus_Start

◆ ZoomVideoSDKSubscribeFailReason

Enumerations for the video subscribe failed reason.

Enumerator
ZoomVideoSDKSubscribeFailReason_None 
ZoomVideoSDKSubscribeFailReason_HasSubscribeShare 
ZoomVideoSDKSubscribeFailReason_HasSubscribeExceededLimit 
ZoomVideoSDKSubscribeFailReason_HasSubscribe1080POr720P 
ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare 

Definition at line 414 of file ZoomVideoSDKConstants.h.

414 {
416 ZoomVideoSDKSubscribeFailReason_HasSubscribeShare, // has subscribe share and try to subscribe 720 video
419 ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare, // try to subscribe the second share
420};
@ ZoomVideoSDKSubscribeFailReason_None
@ ZoomVideoSDKSubscribeFailReason_HasSubscribeOneShare
@ ZoomVideoSDKSubscribeFailReason_HasSubscribeShare
@ ZoomVideoSDKSubscribeFailReason_HasSubscribe1080POr720P
@ ZoomVideoSDKSubscribeFailReason_HasSubscribeExceededLimit

◆ ZoomVideoSDKSystemPermissionType

Enumerator
ZoomVideoSDKSystemPermissionType_Camera 
ZoomVideoSDKSystemPermissionType_Microphone 

System permission - Camera is needed.

Definition at line 288 of file ZoomVideoSDKConstants.h.

288 {
291};
@ ZoomVideoSDKSystemPermissionType_Camera
@ ZoomVideoSDKSystemPermissionType_Microphone
System permission - Camera is needed.

◆ ZoomVideoSDKTestMicStatus

Enumerator
ZoomVideoSDKMic_CanTest 

Test the mic via TestMicStartRecording. It is useless to call TestMicStopTesting/TestMicPlayRecording in this status.

ZoomVideoSDKMic_Recording 

Test the mic via TestMicStopTesting/TestMicPlayRecording. It is useless to call TestMicStartRecording in this status.

ZoomVideoSDKMic_CanPlay 

Test the mic via TestMicStopTesting/TestMicPlayRecording. It is useless call TestMicStartRecording in this status.

Definition at line 442 of file ZoomVideoSDKConstants.h.

442 {
446};
@ ZoomVideoSDKMic_CanPlay
Test the mic via TestMicStopTesting/TestMicPlayRecording. It is useless call TestMicStartRecording in...
@ ZoomVideoSDKMic_Recording
Test the mic via TestMicStopTesting/TestMicPlayRecording. It is useless to call TestMicStartRecording...
@ ZoomVideoSDKMic_CanTest
Test the mic via TestMicStartRecording. It is useless to call TestMicStopTesting/TestMicPlayRecording...

◆ ZoomVideoSDKUserRawdataStatus

user's rawdata status.

Enumerator
ZoomVideoSDKUserRawdataOn 
ZoomVideoSDKUserRawdataOff 

Definition at line 211 of file ZoomVideoSDKConstants.h.

211 {
214};
@ ZoomVideoSDKUserRawdataOff
@ ZoomVideoSDKUserRawdataOn

◆ ZoomVideoSDKVideoAspect

ZoomVideoSDKVideoAspect An enumeration of video aspect.

Enumerator
ZoomVideoSDKVideoAspect_Original 

Original Aspect.

ZoomVideoSDKVideoAspect_Full_Filled 

Full Filled.

ZoomVideoSDKVideoAspect_LetterBox 

Letter Box.

ZoomVideoSDKVideoAspect_PanAndScan 

Pan And Scan.

Definition at line 119 of file ZoomVideoSDKConstants.h.

119 {
128};
@ ZoomVideoSDKVideoAspect_Original
Original Aspect.
@ ZoomVideoSDKVideoAspect_Full_Filled
Full Filled.
@ ZoomVideoSDKVideoAspect_PanAndScan
Pan And Scan.
@ ZoomVideoSDKVideoAspect_LetterBox
Letter Box.

◆ ZoomVideoSDKVideoPreferenceMode

Enumerator
ZoomVideoSDKVideoPreferenceMode_Balance 
ZoomVideoSDKVideoPreferenceMode_Sharpness 

Balance mode.

ZoomVideoSDKVideoPreferenceMode_Smoothness 

Sharpness mode.

ZoomVideoSDKVideoPreferenceMode_Custom 

Smoothness mode.

Definition at line 260 of file ZoomVideoSDKConstants.h.

260 {
265};
@ ZoomVideoSDKVideoPreferenceMode_Smoothness
Sharpness mode.
@ ZoomVideoSDKVideoPreferenceMode_Custom
Smoothness mode.
@ ZoomVideoSDKVideoPreferenceMode_Sharpness
Balance mode.
@ ZoomVideoSDKVideoPreferenceMode_Balance

◆ ZoomVideoSDKVideoRawDataRotation

ZoomVideoSDKVideoRawDataRotation The direction of video.

Enumerator
ZoomVideoSDKVideoRawDataRotationNone 

video direction 0

ZoomVideoSDKVideoRawDataRotation90 

video direction 90

ZoomVideoSDKVideoRawDataRotation180 

video direction 180

ZoomVideoSDKVideoRawDataRotation270 

video direction 270

Definition at line 173 of file ZoomVideoSDKConstants.h.

173 {
182};
@ ZoomVideoSDKVideoRawDataRotationNone
video direction 0
@ ZoomVideoSDKVideoRawDataRotation180
video direction 180
@ ZoomVideoSDKVideoRawDataRotation90
video direction 90
@ ZoomVideoSDKVideoRawDataRotation270
video direction 270

◆ ZoomVideoSDKVideoResolution

ZoomVideoSDKVideoResolution An enumeration of video raw data resolution.

Enumerator
ZoomVideoSDKVideoResolution_90 

video resolution 90

ZoomVideoSDKVideoResolution_180 

video resolution 180

ZoomVideoSDKVideoResolution_360 

video resolution 360

ZoomVideoSDKVideoResolution_720 

video resolution 720

ZoomVideoSDKVideoResolution_Auto 

auto change

Definition at line 187 of file ZoomVideoSDKConstants.h.

187 {
198};
@ ZoomVideoSDKVideoResolution_180
video resolution 180
@ ZoomVideoSDKVideoResolution_720
video resolution 720
@ ZoomVideoSDKVideoResolution_Auto
auto change
@ ZoomVideoSDKVideoResolution_90
video resolution 90
@ ZoomVideoSDKVideoResolution_360
video resolution 360

◆ ZoomVideoSDKVideoType

ZoomVideoSDKVideoType An enumeration of video type.

Enumerator
ZoomVideoSDKVideoType_VideoData 

Video Camera Data.

ZoomVideoSDKVideoType_ShareData 

Share Data.

Definition at line 133 of file ZoomVideoSDKConstants.h.

133 {
138};
@ ZoomVideoSDKVideoType_VideoData
Video Camera Data.
@ ZoomVideoSDKVideoType_ShareData
Share Data.

◆ ZoomVideoSDKVirtualBackgroundDataType

Enumerations of the type for virtual background.

Enumerator
ZoomVideoSDKVirtualBackgroundDataType_None 
ZoomVideoSDKVirtualBackgroundDataType_Image 
ZoomVideoSDKVirtualBackgroundDataType_Blur 

Definition at line 336 of file ZoomVideoSDKConstants.h.