vx_req_account_channel_change_owner
Learn about voice channels in Vivox Core.
阅读时间1 分钟最后更新于 12 天前
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 channel that ownership is changing for. |
| char * | new_owner_uri The URI of the target owner of the specified channel. |
Detailed Description
Note: This can only be performed by the current owner of the channel. After the ownership change, the original owner remains a moderator of the channel.struct vx_req_account_channel_change_owner;
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 channel that ownership is changing for.char * channel_uri;
variable new_owner_uri
The URI of the target owner of the specified channel.char * new_owner_uri;