File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-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.2] - 2022-08-08
5
+ - Android: multiple fixes on RTMP stream
6
+ - iOS: fix start up camera (see [ #26 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/26 ) )
7
+
4
8
## [ 1.1.1] - 2022-06-28
5
9
- Android: disconnect after a ` stopStream ` .
6
10
- Android: fix streams after a ` stopPreview ` call.
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ PODS:
289
289
- React-jsinspector (0.69.1)
290
290
- React-logger (0.69.1):
291
291
- glog
292
- - react-native-live-stream (1.1.1 ):
292
+ - react-native-live-stream (1.1.2 ):
293
293
- ApiVideoLiveStream (= 1.0.0)
294
294
- React-Core
295
295
- React-perflogger (0.69.1)
@@ -552,7 +552,7 @@ SPEC CHECKSUMS:
552
552
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
553
553
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
554
554
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
555
- react-native-live-stream: a7f4b16d9a25f56d22cb763862f783986cb47670
555
+ react-native-live-stream: c47795aa34f1b29e7992fa568b9b2f7705047bdb
556
556
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
557
557
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
558
558
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api.video/react-native-livestream" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
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