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 3cfe300 commit be3c0bbCopy full SHA for be3c0bb
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.4cd8f39c";
+static const char * VIDEOSDKVERSION = "2.4.x+git.f62e66f5";
25
26
typedef enum
27
{
@@ -89,6 +89,8 @@ typedef struct data_report_t {
89
const char *uniqueId;
90
const char *appPeerName;
91
const char *deviceP2PInfo;
92
+ uint64_t appUpByte;
93
+ uint64_t appDownByte;
94
} data_report_t;
95
96
typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);
Source/XP2P-iOS/libenet.a
2.52 KB
0 commit comments