Skip to content

Commit 5a7ca19

Browse files
AnkaAnka
authored andcommitted
1 parent 2230bf7 commit 5a7ca19

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Source/XP2P-iOS/Classes/AppWrapper.h

Lines changed: 6 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.52+git.1e66063e";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.ced4ca16";
2525

2626
typedef enum
2727
{
@@ -313,6 +313,11 @@ IPCLIBRARY_API void setStunServerToXp2p(const char *server, uint16_t port);
313313

314314
IPCLIBRARY_API void setContentDetail(const char *content, const char *detail, av_log_handle_t reportdata_handle);
315315
IPCLIBRARY_API const char* getUserID();
316+
317+
/**
318+
* @brief 是否走双中转开关
319+
*/
320+
IPCLIBRARY_API void setCrossStunTurn(bool enable);
316321
#ifdef __cplusplus
317322
}
318323
#endif

Source/XP2P-iOS/libenet.a

5.41 KB
Binary file not shown.

0 commit comments

Comments
 (0)