Commit fb754e05 by zhangyunjie

2.7.7.4

parent 85262010
...@@ -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.7.7.3' s.version = '2.7.7.4'
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.7.7.3"; static const NSString *OffcnLiveSDKVersion = @"2.7.7.4";
//事件通知 //事件通知
#define kOffcnSDKEventLookCourseNotification @"kOffcnSDKEventLookCourseNotification" #define kOffcnSDKEventLookCourseNotification @"kOffcnSDKEventLookCourseNotification"
......
...@@ -23,6 +23,7 @@ static const char *ZGWebrtcVersion = "0.1.20"; ...@@ -23,6 +23,7 @@ static const char *ZGWebrtcVersion = "0.1.20";
- (void)onRecieveStats:(RTCMediaStats *)stats; - (void)onRecieveStats:(RTCMediaStats *)stats;
- (void)onLogOut:(NSString *)logInfo; - (void)onLogOut:(NSString *)logInfo;
- (void)onSnapshot:(UIImage*)snapshot; - (void)onSnapshot:(UIImage*)snapshot;
@end @end
@interface RtcFactory : NSObject <RTCPeerConnectionDelegate,RTCVideoViewDelegate,RTCAudioSinkDelegate,RtcCameraDelegate> @interface RtcFactory : NSObject <RTCPeerConnectionDelegate,RTCVideoViewDelegate,RTCAudioSinkDelegate,RtcCameraDelegate>
......
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