Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 31, 2024
1 parent 6825705 commit 063c7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/XP2P-iOS/Classes/AppWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C" {

#define MAX_SIZE_OF_PARAMS 3000

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

typedef enum
{
Expand Down Expand Up @@ -87,6 +87,8 @@ typedef struct data_report_t {
const char *data_action;
const char *status;
const char *uniqueId;
const char *appPeerName;
const char *deviceP2PInfo;
} data_report_t;

typedef const char *(*msg_handle_t)(const char *id, XP2PType type, const char *msg);
Expand Down
Binary file modified Source/XP2P-iOS/libenet.a
Binary file not shown.

0 comments on commit 063c7f4

Please sign in to comment.