vx_resp_session_archive_query
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications The response for vx_req_session_archive_query. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | query_id The ID of the started query. |
Detailed Description
The response for vx_req_session_archive_query. See: vx_req_session_archive_querystruct vx_resp_session_archive_query;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable query_id
The ID of the started query. Use this ID to identify relevant vx_evt_session_archive_message and vx_evt_session_archive_query_end events.char * query_id;