Skip to content

Commit 686cd8f

Browse files
runnerrunner
authored andcommitted
1 parent aa40db8 commit 686cd8f

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.ddafcb82";
24+
static const char * VIDEOSDKVERSION = "2.4.x+git.6888711d";
2525

2626
typedef enum
2727
{
@@ -42,6 +42,7 @@ typedef enum
4242
XP2PTypeCmdNOReturn = 1007, // 设备未返回app自定义信令
4343
XP2PTypeStreamEnd = 1008, // 设备停止推流,或者由于达到设备最大连接数,拒绝推流
4444
XP2PTypeDownloadEnd = 1009, // 设备停止推流,下载结束
45+
XP2PTypeStreamRefush = 1010, // 设备拒绝推流,请求的devicename不一致
4546
XP2PTypeSaveFileOn = 8000, //获取保存音视频流开关状态
4647
XP2PTypeSaveFileUrl = 8001 //获取音视频流保存路径
4748
} XP2PType;

Source/XP2P-iOS/libenet.a

320 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)