Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingInfo Class Referenceabstract

Meeting information Interface. More...

#include <meeting_service_interface.h>

Public Member Functions

virtual UINT64 GetMeetingNumber ()=0
 Get the current meeting number.
 
virtual const zchar_tGetMeetingID ()=0
 Get the current meeting ID.
 
virtual const zchar_tGetMeetingTopic ()=0
 Get the meeting topic.
 
virtual const zchar_tGetMeetingPassword ()=0
 Get the meeting password.
 
virtual MeetingType GetMeetingType ()=0
 Get the meeting type.
 
virtual const zchar_tGetInviteEmailTemplate ()=0
 Get the email invitation template for the current meeting.
 
virtual const zchar_tGetInviteEmailTitle ()=0
 Get the meeting title in the email invitation template.
 
virtual const zchar_tGetJoinMeetingUrl ()=0
 Get the URL of invitation to join the meeting.
 
virtual const zchar_tGetMeetingHostTag ()=0
 Get the host tag of the current meeting.
 
virtual MeetingConnType GetMeetingConnType ()=0
 Get the connection type of the current meeting.
 
virtual int GetSupportedMeetingAudioType ()=0
 Get the audio type supported by the current meeting. see InMeetingSupportAudioType enum.
 
virtual ~IMeetingInfo ()
 

Detailed Description

Meeting information Interface.

Definition at line 357 of file meeting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingInfo()

virtual IMeetingInfo::~IMeetingInfo ( )
inlinevirtual

Definition at line 404 of file meeting_service_interface.h.

404{};

Member Function Documentation

◆ GetInviteEmailTemplate()

virtual const zchar_t * IMeetingInfo::GetInviteEmailTemplate ( )
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 nullptr.

◆ GetInviteEmailTitle()

virtual const zchar_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 nullptr.

◆ GetJoinMeetingUrl()

virtual const zchar_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 nullptr.

◆ 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 zchar_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 nullptr.

◆ GetMeetingID()

virtual const zchar_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 zchar_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 zchar_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.

◆ GetSupportedMeetingAudioType()

virtual int IMeetingInfo::GetSupportedMeetingAudioType ( )
pure virtual

Get the audio type supported by the current meeting. see InMeetingSupportAudioType enum.

Returns
If the function succeeds, it will return the type. The value is the 'bitwise OR' of each supported audio type.