Windows SDK API Reference
Loading...
Searching...
No Matches
IMeetingInfo Class Referenceabstract

Meeting information Interface. More...

#include <meeting_service_interface.h>

Public Member Functions

virtual UINT64 GetMeetingNumber ()=0
 Get the current meeting number. More...
 
virtual const wchar_t * GetMeetingID ()=0
 Get the current meeting ID. More...
 
virtual const wchar_t * GetMeetingTopic ()=0
 Get the meeting topic. More...
 
virtual const wchar_t * GetMeetingPassword ()=0
 Get the meeting password. More...
 
virtual MeetingType GetMeetingType ()=0
 Get the meeting type. More...
 
virtual const wchar_t * GetInviteEmailTeamplate ()=0
 Get the email invitation template for the current meeting. More...
 
virtual const wchar_t * GetInviteEmailTitle ()=0
 Get the meeting title in the email invitation template. More...
 
virtual const wchar_t * GetJoinMeetingUrl ()=0
 Get the URL of invitation to join the meeting. More...
 
virtual const wchar_t * GetMeetingHostTag ()=0
 Get the host tag of the current meeting. More...
 
virtual bool IsInternalMeeting ()=0
 Determine whether the current meeting is internal or not. More...
 
virtual MeetingConnType GetMeetingConnType ()=0
 Get the connection type of the current meeting. More...
 
virtual ~IMeetingInfo ()
 

Detailed Description

Meeting information Interface.

Definition at line 308 of file meeting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingInfo()

virtual IMeetingInfo::~IMeetingInfo ( )
inlinevirtual

Definition at line 355 of file meeting_service_interface.h.

355{};

Member Function Documentation

◆ GetInviteEmailTeamplate()

virtual const wchar_t * IMeetingInfo::GetInviteEmailTeamplate ( )
pure virtual

Get the email invitation template for the current meeting.

Returns
If the function succeeds, the return value is the email invitation template. Otherwise returns NULL.

◆ GetInviteEmailTitle()

virtual const wchar_t * IMeetingInfo::GetInviteEmailTitle ( )
pure virtual

Get the meeting title in the email invitation template.

Returns
If the function succeeds, the return value is the meeting title. Otherwise returns NULL.

◆ GetJoinMeetingUrl()

virtual const wchar_t * IMeetingInfo::GetJoinMeetingUrl ( )
pure virtual

Get the URL of invitation to join the meeting.

Returns
If the function succeeds, the return value is the URL of invitation. Otherwise returns NULL.

◆ GetMeetingConnType()

virtual MeetingConnType IMeetingInfo::GetMeetingConnType ( )
pure virtual

Get the connection type of the current meeting.

Returns
The connection type. For more details, see MeetingConnType enum.

◆ GetMeetingHostTag()

virtual const wchar_t * IMeetingInfo::GetMeetingHostTag ( )
pure virtual

Get the host tag of the current meeting.

Returns
If the function succeeds, the return value is the host tag. Otherwise returns NULL.

◆ GetMeetingID()

virtual const wchar_t * IMeetingInfo::GetMeetingID ( )
pure virtual

Get the current meeting ID.

Returns
If the function succeeds, the return value is the current meeting ID. Otherwise returns an empty string of length ZERO(0).

◆ GetMeetingNumber()

virtual UINT64 IMeetingInfo::GetMeetingNumber ( )
pure virtual

Get the current meeting number.

Returns
If the function succeeds, the return value is the current meeting number. Otherwise returns ZERO(0).

◆ GetMeetingPassword()

virtual const wchar_t * IMeetingInfo::GetMeetingPassword ( )
pure virtual

Get the meeting password.

Returns
If the function succeeds, the return value is the current meeting password. Otherwise returns an empty string of length ZERO(0)

◆ GetMeetingTopic()

virtual const wchar_t * IMeetingInfo::GetMeetingTopic ( )
pure virtual

Get the meeting topic.

Returns
If the function succeeds, the return value is the current meeting topic. Otherwise returns an empty string of length ZERO(0)

◆ GetMeetingType()

virtual MeetingType IMeetingInfo::GetMeetingType ( )
pure virtual

Get the meeting type.

Returns
If the function succeeds, the return value is the current meeting type. To get extended error information, see MeetingType enum.

◆ IsInternalMeeting()

virtual bool IMeetingInfo::IsInternalMeeting ( )
pure virtual

Determine whether the current meeting is internal or not.

Returns
TRUE indicates that the current meeting is internal.