Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_channel_remove_acl

Learn about voice channels in Vivox Core.
Read time 1 minuteLast updated 20 hours ago

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.
char *channel_uri
The channel URI.
char *acl_uri
The fully specified URI of the user being removed from the channel access control list.

Detailed Description

struct vx_req_account_channel_remove_acl;
See: vx_resp_account_channel_remove_acl

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.

variable channel_uri

char * channel_uri;
The channel URI.

variable acl_uri

char * acl_uri;
The fully specified URI of the user being removed from the channel access control list.