Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all responses.
intbanned_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.