ZOOM Windows SDK  5.2.42037.1112
Classes | Typedefs | Enumerations
direct_share_helper_interface.h File Reference

Direct Sharing Service Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Classes

class  IDirectShareViaMeetingIDOrPairingCodeHandler
 Direct sharing by meeting ID or pairing code helper interface. More...
 
class  IDirectShareServiceHelperEvent
 Direct sharing helper callback event. More...
 
class  IDirectShareServiceHelper
 Direct sharing helper Interface. More...
 

Typedefs

typedef enum DirectShareStatusStatus_Enum DirectShareStatus
 

Enumerations

enum  DirectShareStatusStatus_Enum {
  DirectShare_Unknown = 0, DirectShare_Connecting, DirectShare_In_Direct_Share_Mode, DirectShare_Ended,
  DirectShare_Need_MeetingID_Or_PairingCode, DirectShare_NetWork_Error, DirectShare_Other_Error, DirectShare_WrongMeetingID_Or_SharingKey
}
 Direct sharing status. Here are more detailed structural descriptions. More...
 

Detailed Description

Direct Sharing Service Interface.

Enumeration Type Documentation

◆ DirectShareStatusStatus_Enum

Direct sharing status. Here are more detailed structural descriptions.

Enumerator
DirectShare_Unknown 

Only for initialization.

DirectShare_Connecting 

Waiting for enabling the direct sharing.

DirectShare_In_Direct_Share_Mode 

In direct sharing mode.

DirectShare_Ended 

End the direct sharing.

DirectShare_Need_MeetingID_Or_PairingCode 

Re-enter the meeting ID/paring code.

DirectShare_NetWork_Error 

Network error. Please try again later.

DirectShare_Other_Error 

Other errors. Mainly occur in SIP call mode.

DirectShare_WrongMeetingID_Or_SharingKey 

Wrong meeting id or sharing key.