Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all requests.
VX_HANDLEsession_handle
Returned from a successful [vx_req_sessiongroup_add_session] request.
intenable
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.