Skip to content

Commit 0c3eb2e

Browse files
committed
chore(version): bump to 1.2.4
1 parent a565fd6 commit 0c3eb2e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

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+
49
## [1.2.3] - 2023-01-23
510
- iOS: fix the orientation of the device
611

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ PODS:
289289
- React-jsinspector (0.69.1)
290290
- React-logger (0.69.1):
291291
- glog
292-
- react-native-live-stream (1.2.3):
292+
- react-native-live-stream (1.2.4):
293293
- ApiVideoLiveStream (= 1.3.4)
294294
- React-Core
295295
- React-perflogger (0.69.1)
@@ -552,7 +552,7 @@ SPEC CHECKSUMS:
552552
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
553553
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
554554
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
555-
react-native-live-stream: 3f56bee1a1cdeb69b9a4bf3f7e6ff51fb120d456
555+
react-native-live-stream: 5f45258b0c338139bd84e76e3f14c772ffb4f8c9
556556
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
557557
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
558558
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api.video/react-native-livestream",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "RTMP live streaming library from api.video",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)