vx_req_account_channel_get_acl
Learn about voice channels in Vivox Core.
읽는 시간 1분최근 업데이트: 7달 전
#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 channel URI. |
Detailed Description
struct vx_req_account_channel_get_acl;
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 channel URI.