Skip to content

Commit 82b42ae

Browse files
committed
chore(version): bump to 1.2.2
1 parent 5790958 commit 82b42ae

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

4+
## [1.2.2] - 2023-01-11
5+
- Add a `gopDuration` API for the `video` object. Default value is 1.0 s. (see [#42](https://github.com/apivideo/api.video-reactnative-live-stream/issues/42))
6+
- Android: fix audio and video packets order (see [#46](https://github.com/apivideo/api.video-reactnative-live-stream/issues/46))
7+
- Android: fix crash when audio is muted on Pixel6 (see [#48](https://github.com/apivideo/api.video-reactnative-live-stream/issues/48))
8+
- iOS: Speed up front camera start up (see [#44](https://github.com/apivideo/api.video-reactnative-live-stream/issues/44))
9+
410
## [1.2.1] - 2022-10-12
511
- Fix multiple crashes on both iOS and Android (see [#38](https://github.com/apivideo/api.video-reactnative-live-stream/issues/38), [#33](https://github.com/apivideo/api.video-reactnative-live-stream/issues/33) and [#34](https://github.com/apivideo/api.video-reactnative-live-stream/issues/34))
612
- Stop camera capture when view is put to background (see [#23](https://github.com/apivideo/api.video-reactnative-live-stream/issues/23]))

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.1):
292+
- react-native-live-stream (1.2.2):
293293
- ApiVideoLiveStream (= 1.3.2)
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: 4a0cd5c8f85c49ea021697678db488c166441b18
555+
react-native-live-stream: 99c628a379acf96cf15cf476967b3d3139c3711c
556556
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
557557
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
558558
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api.video/react-native-livestream",
3-
"version": "1.2.1",
4-
"description": "An RTMP Library from api.video",
3+
"version": "1.2.2",
4+
"description": "RTMP live streaming library from api.video",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)