Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Dec 13, 2023
1 parent a163abe commit 31d613f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 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.7fee03ba";
static const char * VIDEOSDKVERSION = "2.4.x+git.bfe30f7c";

typedef enum
{
Expand Down Expand Up @@ -290,6 +290,8 @@ IPCLIBRARY_API void startRecordPlayerStream(const char *id);
* @param id:目标camera在app端的唯一标识符
*/
IPCLIBRARY_API size_t getStreamBufSize(const char *id);

IPCLIBRARY_API void setStunServerToXp2p(const char *server, uint16_t port);
#ifdef __cplusplus
}
#endif
Expand Down
Binary file modified Source/XP2P-iOS/libenet.a
Binary file not shown.

0 comments on commit 31d613f

Please sign in to comment.