Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_connector_create

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

The response for vx_req_connector_create. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
VX_HANDLEconnector_handle
Valid on success, handle value for this initialized connector instance.
char *version_id
The version number of the SDK.
intbackend_type
The type of backend used, as defined in the
vx_backend_type
enum in
[VxcTypes.h]
.
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. See: 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
vx_backend_type
enum in
[VxcTypes.h]
.
For Vixox SDK version 5, this is always XMPP (
1
).

variable default_realm

char * default_realm;
Valid on success, default realm received by this initialized connector instance.