Commit 68b847cb by zhangyunjie

2.6.4.5

parent fc1ecd7c
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.6.4.4'
s.version = '2.6.4.5'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -75,6 +75,7 @@ typedef NS_ENUM(NSInteger, OffcnReachabilityStatus) {
//对应下载的标识
@property (nonatomic, assign) int64_t param2;
@property (nonatomic, assign) BOOL isHasParam2;
@property (nonatomic, assign) int operationIndex;
//沙盒所有视频所在路径
......@@ -250,4 +251,9 @@ typedef void(^downloadM3u8CallBack)(BOOL isSuccess, NSError *error);
- (void)downloadWhiteboardFontWithModel:(OffcnDownloadManagerModel *)model finished:(void(^)(OffcnDownloadManagerModel *model))finished;
//下载单个文件
- (void)downloadResource_oneUrlWithModel:(OffcnDownloadManagerModel *)model finished:(void(^)(BOOL success,NSString *path_local,OffcnDownloadManagerModel *callModel))finished;
//下载下个文件
- (void)downloadResource_nextUrlWithDocumentPath:(NSString *)documentPath password:(NSString *)password urlStr:(NSString *)urlStr;
//白板回放退出房间移除下载的文件
-(void)remuvePlaybackWhiteboardAllFileWithPassword:(NSString *)password documentPath:(NSString *)documentPath;
@end
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.6.4.4";
static const NSString *OffcnLiveSDKVersion = @"2.6.4.5";
//事件通知
#define kOffcnEventNotification @"kOffcnEventNotification"
......
......@@ -11,6 +11,7 @@
-(void)whiteboardLostIndexCallback:(int)seq handle:(int64_t)handle;
-(void)whiteboardLostPageCallback:(NSString*)pageID version:(int)version handle:(int64_t)handle;
-(void)whiteboardLogOutputCallback:(NSString*)logMsg;
@end
......
......@@ -4,17 +4,13 @@
<dict>
<key>files</key>
<dict>
<key>.DS_Store</key>
<data>
XXRRcR9iCcotHC7XzS8FbIvUgxg=
</data>
<key>Headers/OffcnWhiteBoard.h</key>
<data>
eoUOERJgC/EboBgwqGwPSE7IySQ=
</data>
<key>Headers/WhiteboardGLView.h</key>
<data>
3YNq0FCm7Yu7659TAB89A7tooqE=
air4DctAEaXf6/OKkWXa0ggAB5Y=
</data>
<key>Headers/WhiteboardType.h</key>
<data>
......@@ -46,11 +42,11 @@
<dict>
<key>hash</key>
<data>
3YNq0FCm7Yu7659TAB89A7tooqE=
air4DctAEaXf6/OKkWXa0ggAB5Y=
</data>
<key>hash2</key>
<data>
SXScMAB9qGLRYC5mT98Qyna+L1U7eymWIsvHiEXDyiQ=
yWq2Wqcwxfjp4wgaBGqNoAmWZDex2cVtaTwe5/lG7Zo=
</data>
</dict>
<key>Headers/WhiteboardType.h</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment