vx_resp_account_channel_get_acl
Learn about voice channels in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | participants_size The number of entries in the "participants" array. |
| vx_participant_t ** | participants A list of users in the channel's Access Control List. |
Detailed Description
See: vx_req_account_channel_get_aclstruct vx_resp_account_channel_get_acl;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable participants_size
The number of entries in the "participants" array.int participants_size;
variable participants
A list of users in the channel's Access Control List. Note: Only the URI field on the participant structures is guaranteed to be present.vx_participant_t ** participants;