File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed 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
+ ## [ 1.1.1] - 2022-06-28
5
+ - Android: disconnect after a ` stopStream ` .
6
+ - Android: fix streams after a ` stopPreview ` call.
7
+ - Android: disconnect if ` startStream ` fails.
8
+
4
9
## [ 1.1.0] - 2022-05-10
5
10
- Fix connection callbacks on Android and iOS
6
11
- Add default parameters
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ PODS:
287
287
- React-jsinspector (0.68.1)
288
288
- React-logger (0.68.1):
289
289
- glog
290
- - react-native-live-stream (1.1.0 ):
290
+ - react-native-live-stream (1.1.1 ):
291
291
- ApiVideoLiveStream (= 0.2.1)
292
292
- React-Core
293
293
- React-perflogger (0.68.1)
@@ -545,7 +545,7 @@ SPEC CHECKSUMS:
545
545
React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c
546
546
React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019
547
547
React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8
548
- react-native-live-stream: dbfcc4e7249eea03f92af1c567bba653ea3ff574
548
+ react-native-live-stream: c1d812c9db1a2f8f1ab500d3ea08af5f509430de
549
549
React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5
550
550
React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201
551
551
React-RCTAnimation: d6237386cb04500889877845b3e9e9291146bc2e
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api.video/react-native-livestream" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " An RTMP 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