Skip to content

Commit b7be132

Browse files
author
chenliming
committed
update
1 parent d30aecc commit b7be132

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

FrameWork/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.4.2</string>
18+
<string>2.2.4.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LFLiveKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "LFLiveKit"
5-
s.version = "2.2.4.2"
5+
s.version = "2.2.4.3"
66
s.summary = "LaiFeng ios Live. LFLiveKit."
77
s.homepage = "https://github.com/chenliming777"
88
s.license = { :type => "MIT", :file => "LICENSE" }

LFLiveKit/LFLiveSession.h

+15-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,24 @@
99
#import <Foundation/Foundation.h>
1010
#import <AVFoundation/AVFoundation.h>
1111
#if __has_include(<LFLiveKit/LFLiveKit.h>)
12-
#import <LFLiveKit/LFLiveKit.h>
12+
#import <LFLiveKit/LFLiveStreamInfo.h>
13+
#import <LFLiveKit/LFAudioFrame.h>
14+
#import <LFLiveKit/LFVideoFrame.h>
15+
#import <LFLiveKit/LFLiveAudioConfiguration.h>
16+
#import <LFLiveKit/LFLiveVideoConfiguration.h>
17+
#import <LFLiveKit/LFLiveDebug.h>
1318
#else
14-
#import "LFLiveKit"
19+
#import "LFLiveStreamInfo.h"
20+
#import "LFAudioFrame.h"
21+
#import "LFVideoFrame.h"
22+
#import "LFLiveAudioConfiguration.h"
23+
#import "LFLiveVideoConfiguration.h"
24+
#import "LFLiveDebug.h"
25+
1526
#endif
1627

28+
29+
1730
typedef NS_ENUM(NSInteger,LFLiveCaptureType) {
1831
LFLiveCaptureAudio, //< capture only audio
1932
LFLiveCaptureVideo, //< capture onlt video

0 commit comments

Comments
 (0)