Skip to content

Commit 063c7f4

Browse files
runnerrunner
authored andcommitted
1 parent 6825705 commit 063c7f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Source/XP2P-iOS/Classes/AppWrapper.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" {
2121

2222
#define MAX_SIZE_OF_PARAMS 3000
2323

24-
static const char * VIDEOSDKVERSION = "2.4.51+git.6a03d69d";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.4cd8f39c";
2525

2626
typedef enum
2727
{
@@ -87,6 +87,8 @@ typedef struct data_report_t {
8787
const char *data_action;
8888
const char *status;
8989
const char *uniqueId;
90+
const char *appPeerName;
91+
const char *deviceP2PInfo;
9092
} data_report_t;
9193

9294
typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);

Source/XP2P-iOS/libenet.a

-672 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)