Process after the user receives the invitation from other user to join meeting.
More...
#include <presence_helper_interface.h>
Process after the user receives the invitation from other user to join meeting.
Definition at line 77 of file presence_helper_interface.h.
◆ ~IInvitationMeetingHandler()
virtual IInvitationMeetingHandler::~IInvitationMeetingHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Accept()
virtual SDKError IInvitationMeetingHandler::Accept |
( |
| ) |
|
|
pure virtual |
Instance to accept the invitation, join the meeting and finally self-destroy.
◆ Decline()
virtual SDKError IInvitationMeetingHandler::Decline |
( |
| ) |
|
|
pure virtual |
Instance to decline the invitation, decline and finally self-destroy.
◆ GetChannelMemberCount()
virtual UINT64 IInvitationMeetingHandler::GetChannelMemberCount |
( |
| ) |
|
|
pure virtual |
Get the channel member count.
- Returns
- The number of channel members of this invitation.
◆ GetChannelName()
virtual const zchar_t * IInvitationMeetingHandler::GetChannelName |
( |
| ) |
|
|
pure virtual |
Get the channel name.
- Returns
- The channel name.
◆ GetMeetingNumber()
virtual UINT64 IInvitationMeetingHandler::GetMeetingNumber |
( |
| ) |
|
|
pure virtual |
Get the meeting invite number.
- Returns
- The meeting invite number.
◆ GetSenderName()
virtual const zchar_t * IInvitationMeetingHandler::GetSenderName |
( |
| ) |
|
|
pure virtual |
Get the inviter's name.
- Returns
- The return value is the inviter's name.
◆ IsChannelInvitation()
virtual bool IInvitationMeetingHandler::IsChannelInvitation |
( |
| ) |
|
|
pure virtual |
Determine whether this invitation is from a channel.
- Returns
- TRUE indicates that this invitation is from a channel.
◆ SetScreenName()
virtual SDKError IInvitationMeetingHandler::SetScreenName |
( |
const zchar_t * | screenName | ) |
|
|
pure virtual |
Set the display name in meeting.
- Parameters
-
screenName | The display name in meeting. |
◆ TimeOut()
virtual SDKError IInvitationMeetingHandler::TimeOut |
( |
| ) |
|
|
pure virtual |
Instance timeout, and finally self-destruct.