Commit 9a4d2f5f by zhangyunjie

2.7.3.3

parent b1ece358
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.7.3.1'
s.version = '2.7.3.3'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.7.3.1";
static const NSString *OffcnLiveSDKVersion = @"2.7.3.3";
//事件通知
#define kOffcnEventNotification @"kOffcnEventNotification"
......
......@@ -230,6 +230,12 @@ IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardIndexUserInfoKey;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardOpenTypeNotification;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardOpenTypeUserInfoKey;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardCameraStateNotification;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardCameraStateUserInfoKey;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardFullScreenNotification;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWhiteboardFullScreenUserInfoKey;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerDidKeyFrameNotification;
IJK_EXTERN NSString *const ZGIJKMPMoviePlayerWarningNotification;
......
......@@ -57,6 +57,8 @@ typedef NS_ENUM(NSInteger,ZGPlayerAndWhiteboardCurOpenType) {
-(void) onWhiteboardData:(NSData*)data;
-(void) onWhiteboardOperationIndex:(int)operationIndex;
-(void) onCurrentOpenType:(ZGPlayerAndWhiteboardCurOpenType)type;
-(void) onCurrentCameraState:(int)cameraState;
-(void) onCurrentScreenState:(int)screenState;
-(void) onCommand:(ZGPlayerThirdPartyCommand)command param:(int)param;
@end
......
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