Presence Helper Interface.
More...
#include <presence_helper_interface.h>
Presence Helper Interface.
Definition at line 288 of file presence_helper_interface.h.
◆ AddStarContact()
virtual SDKError IPresenceHelper::AddStarContact |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Send a request to add the contact ID to the starred contact list.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.
◆ GetBatchRequestContactHelper()
Get the Batch request contact controller.
- Returns
- If the function succeeds, the return value is a pointer to IBatchRequestContactHelper. Otherwise the function fails and returns nullptr.
◆ InviteContact()
virtual SDKError IPresenceHelper::InviteContact |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Send an invitation to a contact to join a meeting.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.
◆ RequestStarContact()
virtual SDKError IPresenceHelper::RequestStarContact |
( |
| ) |
|
|
pure virtual |
Send a request to get the starred contact ids.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.
◆ SetEvent()
Set the presence helper callback event handler.
- Parameters
-
pEvent | A pointer to receive presence helper event. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.
◆ UnStarContact()
virtual SDKError IPresenceHelper::UnStarContact |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Send a request to remove the contact ID from starred contact list.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.