File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 18
18
label : Version
19
19
description : What version are you using?
20
20
options :
21
+ - v2.0.1
21
22
- v2.0.0
22
23
- v1.2.3
23
24
- v1.2.2
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to this project will be documented in this file.
3
3
4
+ ## [ 2.0.1] - 2024-07-15
5
+ - Fix definition types. Thanks @Pitros . See [ #77 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/pull/77 )
6
+ - Fix NPE on audio processor. See [ #82 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/82 )
7
+ - Fix crash on multiple release/configure. See [ #84 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/84 )
8
+ - Android: fix startup to front camera. See [ #81 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/81 )
9
+
4
10
## [ 2.0.0] - 2024-05-02
5
11
` LiveStreamView ` has been renamed ` ApiVideoLiveStreamView `
6
12
` LiveStreamMethods ` has been renamed ` ApiVideoLiveStreamMethods `
Original file line number Diff line number Diff line change @@ -949,7 +949,7 @@ PODS:
949
949
- React-Mapbuffer (0.73.8):
950
950
- glog
951
951
- React-debug
952
- - react-native-livestream (2.0.0 ):
952
+ - react-native-livestream (2.0.1 ):
953
953
- ApiVideoLiveStream (= 1.4.4)
954
954
- glog
955
955
- RCT-Folly (= 2022.05.16.00)
@@ -1370,7 +1370,7 @@ SPEC CHECKSUMS:
1370
1370
React-jsinspector: 1729acf5ffe2d4439d698da25fddf0c75d07d1a1
1371
1371
React-logger: 60afd40b183e8e6642bfd0108f1a1ad360cc665e
1372
1372
React-Mapbuffer: 672a9342eb75a4d0663306e94d4dfc88aee73b93
1373
- react-native-livestream: a7168b0caf29fce01d5cdc94c968124c1d3658e8
1373
+ react-native-livestream: 380e7cae2194671e348a7d09f6faa7b6cb73efae
1374
1374
React-nativeconfig: 2e44d0d2dd222b12a5183f4bcaa4a91881497acb
1375
1375
React-NativeModulesApple: 8aa032fe6c92c1a3c63e4809d42816284a56a9b0
1376
1376
React-perflogger: f9367428cf475f4606b5965c1d5a71781bb95299
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api.video/react-native-livestream" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " RTMP live streaming library from api.video" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments