vx_resp_account_control_communications
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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
struct vx_resp_account_control_communications;
The response for vx_req_account_control_communications.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable blocked_uris
char * 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.