vx_req_connector_mute_local_mic

Module: Audio Devices

Mute or unmute the microphone. More...

#include <VxcRequests.h>

Public Attributes

Name
vx_req_base_tbase
The common properties for all requests.
VX_HANDLEconnector_handle
The handle returned from a successful vx_req_connector_create request.
intmute_level
VX_HANDLEaccount_handle
An optional parameter that specifies the account handle of the user whose microphone will be muted or unmuted.

Detailed Description

struct vx_req_connector_mute_local_mic;

Mute or unmute the microphone.

See: vx_resp_connector_mute_local_mic

Public Attributes Documentation

variable base

vx_req_base_t base;

The common properties for all requests.

variable connector_handle

VX_HANDLE connector_handle;

The handle returned from a successful vx_req_connector_create request.

variable mute_level

int mute_level;
  • Set to 1 to mute.
  • Set to 0 to unmute.

variable account_handle

VX_HANDLE account_handle;

An optional parameter that specifies the account handle of the user whose microphone will be muted or unmuted.

This must either be unset or the account_handle passed in to a vx_req_account_anonymous_login request that previously succeeded. If this is unset, then the default account_handle is used.