ZOOM Windows SDK
5.2.42037.1112
|
Pre-meeting service interface. More...
#include <premeeting_service_interface.h>
Public Member Functions | |
virtual IScheduleMeetingItem * | CreateScheduleMeetingItem ()=0 |
Create an item to schedule meeting. More... | |
virtual void | DestoryScheduleMeetingItem (IScheduleMeetingItem *pMeeting)=0 |
Destroy the item of scheduling meeting created via CreateScheduleMeetingItem(). More... | |
virtual IScheduleMeetingItem * | CreateEditMeetingItem (UINT64 meetingUniqueID)=0 |
virtual void | DestoryEditMeetingItem (IScheduleMeetingItem *pMeeting)=0 |
Destroy the item of editing meeting created via CreateEditMeetingItem(). More... | |
virtual SDKError | SetEvent (IPreMeetingServiceEvent *pEvent)=0 |
Set pre-meeting service event. More... | |
virtual SDKError | ScheduleMeeting (IScheduleMeetingItem *pItem)=0 |
Schedule Meeting. More... | |
virtual SDKError | ScheduleMeeting (WndPosition &wndParam)=0 |
Schedule Meeting. More... | |
virtual SDKError | EditMeeting (IScheduleMeetingItem *pItem)=0 |
Edit Meeting. More... | |
virtual SDKError | EditMeeting (WndPosition &wndParam, UINT64 meetingUniqueID)=0 |
Edit Meeting. More... | |
virtual SDKError | DeleteMeeting (UINT64 meetingUniqueID)=0 |
Delete the specified scheduled meeting. More... | |
virtual SDKError | ListMeeting ()=0 |
Get the list of current meetings. More... | |
virtual IMeetingItemInfo * | GetMeeingItem (UINT64 meetingUniqueID)=0 |
Get a pointer to IMyMeeingItem. More... | |
Pre-meeting service interface.
|
pure virtual |
meetingUniqueID | Specify the meeting ID. |
|
pure virtual |
Create an item to schedule meeting.
|
pure virtual |
Delete the specified scheduled meeting.
meetingUniqueID | Assign a meeting ID to delete meeting. |
|
pure virtual |
Destroy the item of editing meeting created via CreateEditMeetingItem().
pMeeting | A pointer to the item created via CreateEditMeetingItem(). |
|
pure virtual |
Destroy the item of scheduling meeting created via CreateScheduleMeetingItem().
pMeeting | A pointer to the item created via CreateScheduleMeetingItem(). |
|
pure virtual |
Edit Meeting.
pItem | The object created via CreateEditMeetingItem. |
|
pure virtual |
Edit Meeting.
wndParam | Edit the meeting through the dialog window by setting its parameter. For more details, see WndPosition structure. |
meetingUniqueID | Assign a meeting ID to schedule or edit related meeting. |
|
pure virtual |
Get a pointer to IMyMeeingItem.
meetingUniqueID | Specifies meeting ID to get the related object of the IMeetingItemInfo. |
|
pure virtual |
Get the list of current meetings.
|
pure virtual |
Schedule Meeting.
pItem | The object created via CreateScheduleMeetingItem(). |
|
pure virtual |
Schedule Meeting.
wndParam | Schedule a meeting in the dialog window box by setting its parameter. For more details, see WndPosition structure. |
|
pure virtual |
Set pre-meeting service event.
pEvent | A pointer to the IPreMeetingServiceEvent which is used to receive pre-meeting service callback events. For more details, see IPreMeetingServiceEvent. |