vx_req_channel_set_lock_mode
Learn about voice channels in Vivox Core.
Read time 1 minuteLast updated 7 months ago
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_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_mode | lock_mode The channel lock mode. |
Detailed Description
struct vx_req_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.