Skip to content

Commit 7369288

Browse files
runnerrunner
authored andcommitted
1 parent 2d6933c commit 7369288

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.714582e3";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.354a0abb";
2525

2626
typedef enum
2727
{
@@ -295,6 +295,7 @@ IPCLIBRARY_API void setStunServerToXp2p(const char *server, uint16_t port);
295295

296296
IPCLIBRARY_API void setContentDetail(const char *content, const char *detail);
297297
IPCLIBRARY_API const char* getContentData();
298+
IPCLIBRARY_API const char* getUserID();
298299
#ifdef __cplusplus
299300
}
300301
#endif

Source/XP2P-iOS/libenet.a

-9.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)