#include <presence_helper_interface.h>
◆ AddContactToList()
virtual bool IBatchRequestContactHelper::AddContactToList |
( |
const zchar_t * | contactId | ) |
|
|
pure virtual |
Add the contact ID to a prepared list.
- Parameters
-
contactId,the | contact ID you want to request. |
- Returns
- true if the contact ID is added to the prepared list successfully.
◆ CommitContactDetailInfoRequest()
virtual SDKError IBatchRequestContactHelper::CommitContactDetailInfoRequest |
( |
| ) |
|
|
pure virtual |
Batch request contact detail information according to the prepare list.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum \Remarks Call CreateBatchRequestBegin() before calling this function. Otherwise, it returns SDKErr_WRONG_USAGE.
◆ CommitInviteContact()
virtual SDKError IBatchRequestContactHelper::CommitInviteContact |
( |
| ) |
|
|
pure virtual |
Batch invite contact to join meeting according to the prepare list.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum \Remarks Call CreateBatchRequestBegin() before calling this function. Otherwise, it returns SDKErr_WRONG_USAGE.
◆ CommitSubscribeContactPresence()
virtual SDKError IBatchRequestContactHelper::CommitSubscribeContactPresence |
( |
| ) |
|
|
pure virtual |
Batch subscribe contact presence status according to the prepare list.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum \Remarks Call CreateBatchRequestBegin() before calling this function. Otherwise, it returns SDKErr_WRONG_USAGE. The expiration time of the subscription is three hours.
◆ CommitUnSubscribeContactPresence()
virtual SDKError IBatchRequestContactHelper::CommitUnSubscribeContactPresence |
( |
| ) |
|
|
pure virtual |
Batch unsubscribe contact presence status according to the prepare list.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum \Remarks Call CreateBatchRequestBegin() before calling this function. Otherwise, it returns SDKErr_WRONG_USAGE.
◆ CreateBatchRequestBegin()
virtual SDKError IBatchRequestContactHelper::CreateBatchRequestBegin |
( |
| ) |
|
|
pure virtual |
Prepare to batch request for contact helper.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum