Meeting information Interface.
More...
#include <meeting_service_interface.h>
Meeting information Interface.
Definition at line 664 of file meeting_service_interface.h.
◆ ~IMeetingInfo()
| virtual IMeetingInfo::~IMeetingInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetInviteEmailTemplate()
| virtual const zchar_t * IMeetingInfo::GetInviteEmailTemplate |
( |
| ) |
|
|
pure virtual |
Gets 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 |
Gets 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 |
Gets 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()
Gets the connection type of the current meeting.
- Returns
- The connection type.
◆ GetMeetingHostTag()
| virtual const zchar_t * IMeetingInfo::GetMeetingHostTag |
( |
| ) |
|
|
pure virtual |
Gets 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 |
Gets 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 |
Gets 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 |
Gets 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 |
Gets 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()
Gets the meeting type.
- Returns
- If the function succeeds, it returns the current meeting type. Otherwise, this function fails and returns nullptr.
◆ GetSupportedMeetingAudioType()
| virtual int IMeetingInfo::GetSupportedMeetingAudioType |
( |
| ) |
|
|
pure virtual |
Gets 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.