vx_req_session_transcription_control
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications Enable or disable session transcription.
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | session_handle Returned from a successful [vx_req_sessiongroup_add_session] request. |
| int | enable Enable or disable transcription. |
| char * | access_token A Vivox Access Token to authorize the operation. |
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable session_handle
Returned from a successful [vx_req_sessiongroup_add_session] request.VX_HANDLE session_handle;
variable enable
Enable or disable transcription. Set to 0 to disable transcription.int enable;
variable access_token
A Vivox Access Token to authorize the operation.char * access_token;