Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_session_mute_local_speaker

Learn how to mute local speakers.
Read time 1 minuteLast updated 20 hours ago

Module: Group Voice and Text Communications Mute or unmute the audio render or the incoming text messages of the logged in user for the specified session. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEsession_handle
The handle returned from a successful [vx_req_sessiongroup_add_session] request.
intmute_level
Specify mute or unmute for the media described in vx_mute_scope.
vx_mute_scopescope
Specify the media that is affected by this request: audio, text, or both audio and text.

Detailed Description

struct vx_req_session_mute_local_speaker;
Mute or unmute the audio render or the incoming text messages of the logged in user for the specified session. See: vx_req_session_mute_local_speaker

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable session_handle

VX_HANDLE session_handle;
The handle returned from a successful [vx_req_sessiongroup_add_session] request. See: vx_resp_sessiongroup_add_session.

variable mute_level

int mute_level;
Specify mute or unmute for the media described in vx_mute_scope.
  • 1 to mute
  • 0 to unmute

variable scope

vx_mute_scope scope;
Specify the media that is affected by this request: audio, text, or both audio and text.