Presence Helper Interface.
More...
#include <presence_helper_interface.h>
Presence Helper Interface.
Definition at line 296 of file presence_helper_interface.h.
◆ AddStarContact()
| virtual SDKError IPresenceHelper::AddStarContact |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Sends 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, this function returns an error.
◆ GetBatchRequestContactHelper()
Gets the Batch request contact controller.
- Returns
- If the function succeeds, the return value is a pointer to IBatchRequestContactHelper. Otherwise, this function returns nullptr.
◆ InviteContact()
| virtual SDKError IPresenceHelper::InviteContact |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Sends an invitation to a contact to join a meeting.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ RequestStarContact()
| virtual SDKError IPresenceHelper::RequestStarContact |
( |
| ) |
|
|
pure virtual |
Sends a request to get the starred contact ids.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ SetEvent()
Sets 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, this function returns an error.
◆ UnStarContact()
| virtual SDKError IPresenceHelper::UnStarContact |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Sends a request to remove the contact ID from starred contact list.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.