Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_connector_set_local_mic_volume

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 11 days ago

More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEconnector_handle
intvolume
The level of the audio.
VX_HANDLEaccount_handle
An optional parameter that specifies the account handle of the user whose microphone volume will be set.

Detailed Description

struct vx_req_connector_set_local_mic_volume;
See: vx_resp_connector_set_local_mic_volume Note: The setting applies to all connected audio sessions.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable connector_handle

VX_HANDLE connector_handle;
Deprecated: This parameter is ignored. The handle returned from a successful vx_req_connector_create request.

variable volume

int volume;
The level of the audio. This is a non-negative integer value between 0 and 100 (inclusive). The default value is 50.

variable account_handle

VX_HANDLE account_handle;
An optional parameter that specifies the account handle of the user whose microphone volume will be set. This must either be unset or the account_handle that was passed in to a vx_req_account_anonymous_login request that previously succeeded. If unset, the default account_handle is used.