We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d25d9 commit ac1baa2Copy full SHA for ac1baa2
Source/XP2P-iOS/Classes/AppWrapper.h
@@ -21,7 +21,7 @@ extern "C" {
21
22
#define MAX_SIZE_OF_PARAMS 3000
23
24
-static const char * VIDEOSDKVERSION = "2.4.x+git.2dd5707e";
+static const char * VIDEOSDKVERSION = "2.4.x+git.37f488df";
25
26
typedef enum
27
{
@@ -92,6 +92,7 @@ typedef struct data_report_t {
92
uint64_t appUpByte;
93
uint64_t appDownByte;
94
const char *appConnectIp;
95
+ int errorcode;
96
} data_report_t;
97
98
typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);
Source/XP2P-iOS/libenet.a
1.7 KB
0 commit comments