Commit 736b9275 by zhangyunjie

2.7.7.6

parent 9db04a68
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnLiveSDKiOS'
s.version = '2.7.7.5'
s.version = '2.7.7.6'
s.summary = 'OffcnLiveSDKiOS.'
s.description = <<-DESC
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnShareWindow.h"
static const NSString *OffcnLiveSDKVersion = @"2.7.7.5";
static const NSString *OffcnLiveSDKVersion = @"2.7.7.6";
//事件通知
#define kOffcnSDKEventLookCourseNotification @"kOffcnSDKEventLookCourseNotification"
......
......@@ -40,7 +40,7 @@ RTC_OBJC_EXPORT
- (void)videoView:(id<RTCVideoRenderer>)videoView didChangeVideoSize:(CGSize)size;
- (void)onFirstFrame:(NSString*)handelID;
- (void)onFirstFrame:(id<RTCVideoRenderer>)videoView handleID:(NSString*)handleID;
@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