Skip to content

Commit cb3b2a2

Browse files
AnkaAnka
authored andcommitted
1 parent 490b23c commit cb3b2a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Source/XP2P-iOS/Classes/AppWrapper.h

Lines changed: 2 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.x+git.eeda4fba";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.9c4ce882";
2525

2626
typedef enum
2727
{
@@ -100,6 +100,7 @@ typedef struct app_config_t {
100100
const char *ip;
101101
uint64_t port;
102102
XP2PProtocolType type;
103+
bool cross;
103104
} app_config_t;
104105

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

Source/XP2P-iOS/libenet.a

16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)