ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ISelectMeetingItemScheduleForHelper Class Referenceabstract

The meeting information interface to specify others as the host. More...

#include <premeeting_service_interface.h>

Public Member Functions

virtual IList< IScheduleForUser *> * GetAvailableScheduleForList (bool &can_select_schedule_for)=0
 Get the user list who can be specified as the host. More...
 
virtual SDKError SelectScheduleForUser (IScheduleForUser *alternateHost)=0
 Specify a new host for the meeting. More...
 

Detailed Description

The meeting information interface to specify others as the host.

Member Function Documentation

◆ GetAvailableScheduleForList()

virtual IList<IScheduleForUser* >* ISelectMeetingItemScheduleForHelper::GetAvailableScheduleForList ( bool &  can_select_schedule_for)
pure virtual

Get the user list who can be specified as the host.

Parameters
[out]can_select_schedule_forTRUE indicates that the current meeting can specify other user as the host.
Returns
If the function succeeds, the return value is the meeting list to specify others as the host. It is only valid when the can_select_schedule_for is true. Otherwise failed, returns NULL.

◆ SelectScheduleForUser()

virtual SDKError ISelectMeetingItemScheduleForHelper::SelectScheduleForUser ( IScheduleForUser alternateHost)
pure virtual

Specify a new host for the meeting.

Parameters
alternateHostSpecify a new host. For more details, see IScheduleForUser.
Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

The documentation for this class was generated from the following file: