vx_resp_channel_get_banned_users
#include <VxcResponses.h>
Public Attributes
Name | |
---|---|
vx_resp_base_t | base The common properties for all responses. |
int | banned_users_count The number of entries in the "banned_users" array. |
vx_participant_t ** | banned_users A list of users banned from the specified channel. |
Detailed Description
struct vx_resp_channel_get_banned_users;
See: vx_req_channel_get_banned_users
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable banned_users_count
int banned_users_count;
The number of entries in the "banned_users" array.
variable banned_users
vx_participant_t ** banned_users;
A list of users banned from the specified channel.