vx_resp_account_channel_get_acl
#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
struct vx_resp_account_channel_get_acl;
See: vx_req_account_channel_get_acl
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable participants_size
int participants_size;
The number of entries in the "participants" array.
variable participants
vx_participant_t ** 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.