vx_req_session_mute_local_speaker
Learn how to mute local speakers.
Read time 1 minuteLast updated 7 months ago
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
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.
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.
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.