Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_channel_mute_all_users

Learn about voice channels in Vivox Core.
Read time 1 minuteLast updated 20 hours ago

Mute or unmute all current users in a channel. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
char *channel_name
char *channel_uri
The URI of the channel.
intset_muted
Set to 1 to mute.
vx_mute_scopescope
The scope of the mute command.
char *access_token
A Vivox Access Token to authorize the operation.

Detailed Description

struct vx_req_channel_mute_all_users;
Mute or unmute all current users in a channel. See: vx_resp_channel_mute_all_users Note: New users who join the channel are not muted.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.

variable channel_name

char * channel_name;
Deprecated: This field is ignored. The name of the channel.

variable channel_uri

char * channel_uri;
The URI of the channel.

variable set_muted

int set_muted;
Set to 1 to mute. Set to 0 to unmute. The default value is 0.

variable scope

vx_mute_scope scope;
The scope of the mute command. The default setting is mute_scope_all.

variable access_token

char * access_token;
A Vivox Access Token to authorize the operation.