vx_resp_channel_get_banned_users
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 | 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
See: vx_req_channel_get_banned_usersstruct vx_resp_channel_get_banned_users;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable banned_users_count
The number of entries in the "banned_users" array.int banned_users_count;
variable banned_users
A list of users banned from the specified channel.vx_participant_t ** banned_users;