Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_channel_set_lock_mode

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

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_uri
The URI of the channel to set the lock status on.
vx_channel_lock_modelock_mode
The channel lock mode.

Detailed Description

struct vx_req_channel_set_lock_mode;
See: vx_resp_channel_set_lock_mode Note: The user who issues this request must have moderator privileges. A channel becomes unlocked when all participants have left the channel.

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_uri

char * channel_uri;
The URI of the channel to set the lock status on.

variable lock_mode

vx_channel_lock_mode lock_mode;
The channel lock mode.