Commit c7efea5d by zhangyunjie

2.5.3.0敏感词测试环境

parent 3037fc55
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS' s.name = 'OffcnLiveSDKiOS'
s.version = '2.5.2.1' s.version = '2.5.3.0'
s.summary = 'OffcnLiveSDKiOS.' s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC s.description = <<-DESC
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
//#import "OffcnShareWindow.h" //#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.5.2.1"; static const NSString *OffcnLiveSDKVersion = @"2.5.3.0";
typedef NS_ENUM(NSUInteger, OffcnVideoType) { typedef NS_ENUM(NSUInteger, OffcnVideoType) {
OffcnVideoTypeBigClassLive = 1, //大班课直播 OffcnVideoTypeBigClassLive = 1, //大班课直播
...@@ -62,7 +62,7 @@ typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue ...@@ -62,7 +62,7 @@ typedef void(^playbackCallBack)(NSString *password, NSInteger recentlyWatchValue
@property (nonatomic, copy) playbackCallBack offcnPlaybackCallBack; @property (nonatomic, copy) playbackCallBack offcnPlaybackCallBack;
/** /**
使用RealReachability监听网络状态上传用户观看进度统计数据 使用RealReachability监听网络状态上传用户观看进度统计数据和获取敏感词
*/ */
-(void)startNotifierUseRealReachability; -(void)startNotifierUseRealReachability;
......
...@@ -29,7 +29,8 @@ typedef NS_ENUM(NSInteger,PlayerState) ...@@ -29,7 +29,8 @@ typedef NS_ENUM(NSInteger,PlayerState)
PLAYER_STATE_KEYFRAME, PLAYER_STATE_KEYFRAME,
PLAYER_STATE_TIMEOUT, PLAYER_STATE_TIMEOUT,
PLAYER_STATE_COMPLETED, PLAYER_STATE_COMPLETED,
PLAYER_STATE_ERROR PLAYER_STATE_ERROR,
PLAYER_STATE_SEEK_COMPLETED
}; };
@protocol PlayerStateDelegate <NSObject> @protocol PlayerStateDelegate <NSObject>
......
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