Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 14, 2024
1 parent 9828144 commit fdaaa92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions 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.x+git.745157e0";
static const char * VIDEOSDKVERSION = "2.4.x+git.1029ed5a";

typedef enum
{
Expand Down Expand Up @@ -79,10 +79,14 @@ typedef enum
XP2P_ERR_CLIENT_NULL = -1020 //从map中取出的client为空
} XP2PErrCode;

typedef struct {
typedef struct data_report_t {
unsigned char* report_buf;
size_t report_size;
uint64_t xntp_size;
uint64_t live_size;
uint64_t voice_size;
const char *data_action;
const char *status;
const char *uniqueId;
} 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 fdaaa92

Please sign in to comment.