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

The interface of the user who can be specified as the host. More...

#include <premeeting_service_interface.h>

Public Member Functions

virtual const wchar_t * GetEmail ()=0
 Get the user email. More...
 
virtual const wchar_t * GetDisplayName ()=0
 Get the screen name of the user. More...
 
virtual UINT64 GetPMINumber ()=0
 Get the user personal meeting ID. More...
 

Detailed Description

The interface of the user who can be specified as the host.

Member Function Documentation

◆ GetDisplayName()

virtual const wchar_t* IScheduleForUser::GetDisplayName ( )
pure virtual

Get the screen name of the user.

Returns
The screen name of the user.

◆ GetEmail()

virtual const wchar_t* IScheduleForUser::GetEmail ( )
pure virtual

Get the user email.

Deprecated:
This interface is deprecated because of security reason. The return value will always be NULL now. Please stop using it.
Returns
The user email.

◆ GetPMINumber()

virtual UINT64 IScheduleForUser::GetPMINumber ( )
pure virtual

Get the user personal meeting ID.

Returns
The user personal meeting ID.

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