vx_req_session_transcription_control
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
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
vx_req_base_t base;
The common properties for all requests.
variable session_handle
VX_HANDLE session_handle;
Returned from a successful [vx_req_sessiongroup_add_session] request.
variable enable
int enable;
Enable or disable transcription.
Set to 0 to disable transcription.
variable access_token
char * access_token;
A Vivox Access Token to authorize the operation.