ZOOM Windows SDK  5.2.42037.1112
Classes | Enumerations
premeeting_service_interface.h File Reference

PreMeeting Service Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Classes

class  IInterpreterInfo
 
class  IAlternativeHostInfo
 
class  IQueryMeetingItemDateInfoHelper
 The interface to query the basic information of meeting. More...
 
class  ISelectMeetingItemDateHelper
 The interface to set the meeting basic information. More...
 
class  ISelectMeetingItemDateHelperEvent
 The callback interface that the selected meeting status changes. More...
 
class  IQueryMeetingItemTelAudioInfoHelper
 The interface to query the meeting telephony number information. More...
 
class  ISelectMeetingItemTelAudioHelper
 The interface to set the meeting telephony numbers information. More...
 
class  ISelectMeetingItemAudioOptionHelperEvent
 The callback interface that the selected meeting audio function changes. More...
 
class  IQueryMeetingItemAudioOptionHelper
 The interface to query the meeting audio information. More...
 
class  ISelectMeetingItemAudioOptionHelper
 The interface to set the meeting audio information. More...
 
class  IQueryMeetingItemVideoOptionHelper
 The interface to query meeting video information. More...
 
class  ISelectMeetingItemVideoOptionHelper
 The interface to set the meeting video information. More...
 
class  ISelectMeetingItemMeetingOptionHelperEvent
 The callback interface to configure the meeting basic information. More...
 
class  IScheduleForUser
 The interface of the user who can be specified as the host. More...
 
class  IQueryMeetingItemScheduleForHelper
 The interface to query the information of the user who is specified as the meeting host. More...
 
class  ISelectMeetingItemScheduleForHelper
 The meeting information interface to specify others as the host. More...
 
class  IQueryMeetingItemMeetingOptionHelper
 The interface to query the meeting basic configuration information. More...
 
class  ISelectMeetingItemMeetingOptionHelper
 The interface to configure the meeting basic information. More...
 
class  IMeetingItemInfo
 Meeting item information interface. More...
 
class  IMeetingItemInfoQueryHelper
 The interface to query the meeting information. More...
 
class  IMeetingItemInfoSelectHelper
 
class  IScheduleMeetingItemStatusCallback
 The interface to configure the meeting information. More...
 
class  IScheduleMeetingItem
 Schedule meeting item interface. The APIs are used to schedule meeting and edit scheduled meeting. You can create/destroy the interface via CreateScheduleMeetingItem and DestoryScheduleMeetingItem in IPreMeetingService. More...
 
class  IPreMeetingServiceEvent
 Pre-meeting service event interface. More...
 
class  IPreMeetingService
 Pre-meeting service interface. More...
 

Enumerations

enum  PremeetingAPIResult { PREMETAPIRET_UNKNOW, PREMETAPIRET_SUCCESS }
 The result of premeeting API request. Here are more detailed structural descriptions. More...
 
enum  InterpreteLanguageInfo {
  LANGUAGEINFO_NONE = -1, LANGUAGEINFO_US, LANGUAGEINFO_CN, LANGUAGEINFO_JP,
  LANGUAGEINFO_DE, LANGUAGEINFO_FR, LANGUAGEINFO_RU, LANGUAGEINFO_PT,
  LANGUAGEINFO_ES, LANGUAGEINFO_KR, LANGUAGEINFO_NUM
}
 
enum  SCHEDULEAUDIOTYPE {
  SCHEDULEAUDIOTYPE_none = 0, SCHEDULEAUDIOTYPE_telephony = (1<<1), SCHEDULEAUDIOTYPE_voip = (1<<2), SCHEDULEAUDIOTYPE_both = (1<<3),
  SCHEDULEAUDIOTYPE_3rd = (1<<4)
}
 Specify the meeting audio type. Here are more detailed structural descriptions. More...
 
enum  SCHEDULERECTYPE { SCHEDULERecordType_none = 0, SCHEDULERecordType_Cloud = 1, SCHEDULERecordType_Local = (1<<1) }
 Specify the meeting recording type. Here are more detailed structural descriptions. More...
 

Detailed Description

PreMeeting Service Interface.

Enumeration Type Documentation

◆ PremeetingAPIResult

The result of premeeting API request. Here are more detailed structural descriptions.

Enumerator
PREMETAPIRET_UNKNOW 

API returns unknown error.

PREMETAPIRET_SUCCESS 

Calls API successfully.

◆ SCHEDULEAUDIOTYPE

Specify the meeting audio type. Here are more detailed structural descriptions.

Enumerator
SCHEDULEAUDIOTYPE_none 

For initialization.

SCHEDULEAUDIOTYPE_telephony 

Support telephony.

SCHEDULEAUDIOTYPE_voip 

Support VoiP.

SCHEDULEAUDIOTYPE_both 

Support both telephony and VoiP.

SCHEDULEAUDIOTYPE_3rd 

Support the third audio device.

◆ SCHEDULERECTYPE

Specify the meeting recording type. Here are more detailed structural descriptions.

Enumerator
SCHEDULERecordType_none 

For initialization.

SCHEDULERecordType_Cloud 

Cloud recording.

SCHEDULERecordType_Local 

Local recording.