Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 17, 2024
1 parent 62bed97 commit a443aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.f1ab58f4";
static const char * VIDEOSDKVERSION = "2.4.x+git.4d6cc0f7";

typedef enum
{
Expand Down Expand Up @@ -96,7 +96,7 @@ typedef char *(*device_data_recv_handle_t)(const char *id, uint8_t *recv_buf, si
* @param device_data_handle: 设备端向App发送消息的回调
* @return 无返回值
*/
IPCLIBRARY_API void setUserCallbackToXp2p(av_recv_handle_t recv_handle, msg_handle_t msg_handle, device_data_recv_handle_t device_data_handle, av_recv_handle_t reportdata_handle);
IPCLIBRARY_API void setUserCallbackToXp2p(av_recv_handle_t recv_handle, msg_handle_t msg_handle, device_data_recv_handle_t device_data_handle);

/**
* @brief 发送信令消息给camera设备并等待回复,同步阻塞方式
Expand Down Expand Up @@ -299,7 +299,7 @@ IPCLIBRARY_API size_t getStreamBufSize(const char *id);

IPCLIBRARY_API void setStunServerToXp2p(const char *server, uint16_t port);

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

0 comments on commit a443aed

Please sign in to comment.