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_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
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.struct vx_req_channel_set_lock_mode;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable channel_uri
The URI of the channel to set the lock status on.char * channel_uri;
variable lock_mode
The channel lock mode.vx_channel_lock_mode lock_mode;