Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_list_auto_accept_rules

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 12 days ago

Retrieve a list of auto accept rules for a given account. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.

Detailed Description

struct vx_req_account_list_auto_accept_rules;
Retrieve a list of auto accept rules for a given account. See: vx_resp_account_list_auto_accept_rule The order of rules returned in the list is unspecified. The calling application must sequence the resultant data.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.