vx_resp_account_control_communications
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
The response for vx_req_account_control_communications. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | blocked_uris A line feed separated list of blocked or muted URIs. |
Detailed Description
The response for vx_req_account_control_communications. See: vx_req_account_control_communicationsstruct vx_resp_account_control_communications;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable blocked_uris
A line feed separated list of blocked or muted URIs. This can be null for clear list operations or if no one was muted or blocked.char * blocked_uris;