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_t | base The common properties for all requests. |
| VX_HANDLE | session_handle The handle returned from a successful [vx_req_sessiongroup_add_session] request. |
| int | mute_level Specify mute or unmute for the media described in vx_mute_scope. |
| vx_mute_scope | scope Specify the media that is affected by this request: audio, text, or both audio and text. |
Detailed Description
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_speakerstruct vx_req_session_mute_local_speaker;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable session_handle
The handle returned from a successful [vx_req_sessiongroup_add_session] request. See: vx_resp_sessiongroup_add_session.VX_HANDLE session_handle;
variable mute_level
Specify mute or unmute for the media described in vx_mute_scope.int mute_level;
- 1 to mute
- 0 to unmute
variable scope
Specify the media that is affected by this request: audio, text, or both audio and text.vx_mute_scope scope;