文档

支持

Vivox Core SDK

Vivox Core SDK

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_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 channel that ownership is changing for.
char *new_owner_uri
The URI of the target owner of the specified channel.

Detailed Description

struct vx_req_account_channel_change_owner;
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.

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 that ownership is changing for.

variable new_owner_uri

char * new_owner_uri;
The URI of the target owner of the specified channel.

vx_req_account_channel_change_owner • Vivox Core SDK • Unity Docs