vx_resp_connector_create
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
The response for vx_req_connector_create. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| VX_HANDLE | connector_handle Valid on success, handle value for this initialized connector instance. |
| char * | version_id The version number of the SDK. |
| int | backend_type The type of backend used, as defined in the |
| char * | default_realm Valid on success, default realm received by this initialized connector instance. |
Detailed Description
struct vx_resp_connector_create;
The response for vx_req_connector_create.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable connector_handle
VX_HANDLE connector_handle;
Valid on success, handle value for this initialized connector instance.
variable version_id
char * version_id;
The version number of the SDK.
variable backend_type
int backend_type;
The type of backend used, as defined in the enum in .
vx_backend_type[VxcTypes.h]For Vixox SDK version 5, this is always XMPP ().
1variable default_realm
char * default_realm;
Valid on success, default realm received by this initialized connector instance.