vx_req_account_channel_get_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_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 * | channel_uri The channel URI. |
Detailed Description
See: vx_resp_account_channel_get_aclstruct vx_req_account_channel_get_acl;
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 channel_uri
The channel URI.char * channel_uri;