Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Anka authored and Anka committed Dec 18, 2024
1 parent 2230bf7 commit 5a7ca19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 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.52+git.1e66063e";
static const char * VIDEOSDKVERSION = "2.4.x+git.ced4ca16";

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

IPCLIBRARY_API void setContentDetail(const char *content, const char *detail, av_log_handle_t reportdata_handle);
IPCLIBRARY_API const char* getUserID();

/**
* @brief 是否走双中转开关
*/
IPCLIBRARY_API void setCrossStunTurn(bool enable);
#ifdef __cplusplus
}
#endif
Expand Down
Binary file modified Source/XP2P-iOS/libenet.a
Binary file not shown.

0 comments on commit 5a7ca19

Please sign in to comment.