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.2.4] - 2023-03-27
5
+ - Android: call ` onConnectionFailed ` when ` connectStream ` failed to be sent
6
+ - iOS: add ` audiosamplerate ` in ` onMetadata ` (see [ #51 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/51 ) )
7
+ - iOS: mirror front camera (see [ #58 ] ( https://github.com/apivideo/api.video-reactnative-live-stream/issues/58 ) )
8
+
4
9
## [ 1.2.3] - 2023-01-23
5
10
- iOS: fix the orientation of the device
6
11
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.2.3 ):
292
+ - react-native-live-stream (1.2.4 ):
293
293
- ApiVideoLiveStream (= 1.3.4)
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: 3f56bee1a1cdeb69b9a4bf3f7e6ff51fb120d456
555
+ react-native-live-stream: 5f45258b0c338139bd84e76e3f14c772ffb4f8c9
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.2.3 " ,
3
+ "version" : " 1.2.4 " ,
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