Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Feb 29, 2024
1 parent 2d6933c commit 7369288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 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.x+git.714582e3";
static const char * VIDEOSDKVERSION = "2.4.x+git.354a0abb";

typedef enum
{
Expand Down Expand Up @@ -295,6 +295,7 @@ IPCLIBRARY_API void setStunServerToXp2p(const char *server, uint16_t port);

IPCLIBRARY_API void setContentDetail(const char *content, const char *detail);
IPCLIBRARY_API const char* getContentData();
IPCLIBRARY_API const char* getUserID();
#ifdef __cplusplus
}
#endif
Expand Down
Binary file modified Source/XP2P-iOS/libenet.a
Binary file not shown.

0 comments on commit 7369288

Please sign in to comment.