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 6825705 commit 063c7f4Copy full SHA for 063c7f4
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.51+git.6a03d69d";
+static const char * VIDEOSDKVERSION = "2.4.x+git.4cd8f39c";
25
26
typedef enum
27
{
@@ -87,6 +87,8 @@ typedef struct data_report_t {
87
const char *data_action;
88
const char *status;
89
const char *uniqueId;
90
+ const char *appPeerName;
91
+ const char *deviceP2PInfo;
92
} data_report_t;
93
94
typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);
Source/XP2P-iOS/libenet.a
-672 Bytes
0 commit comments