vx_req_account_create_block_rule
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Define rules to block individuals or groups of individuals. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | block_mask The SIP URI of the buddy to block. |
| int | presence_only Blocks presence and/or communication visibility (1 or 0). |
Detailed Description
Define rules to block individuals or groups of individuals. See: vx_resp_account_create_block_rulestruct vx_req_account_create_block_rule;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable block_mask
The SIP URI of the buddy to block.char * block_mask;
variable presence_only
Blocks presence and/or communication visibility (1 or 0). The default value is 0.int presence_only;