Skip to content

Commit

Permalink
chore(version): bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 11, 2023
1 parent 5790958 commit 82b42ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All changes to this project will be documented in this file.

## [1.2.2] - 2023-01-11
- 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))
- Android: fix audio and video packets order (see [#46](https://github.com/apivideo/api.video-reactnative-live-stream/issues/46))
- Android: fix crash when audio is muted on Pixel6 (see [#48](https://github.com/apivideo/api.video-reactnative-live-stream/issues/48))
- iOS: Speed up front camera start up (see [#44](https://github.com/apivideo/api.video-reactnative-live-stream/issues/44))

## [1.2.1] - 2022-10-12
- 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))
- Stop camera capture when view is put to background (see [#23](https://github.com/apivideo/api.video-reactnative-live-stream/issues/23]))
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ PODS:
- React-jsinspector (0.69.1)
- React-logger (0.69.1):
- glog
- react-native-live-stream (1.2.1):
- react-native-live-stream (1.2.2):
- ApiVideoLiveStream (= 1.3.2)
- React-Core
- React-perflogger (0.69.1)
Expand Down Expand Up @@ -552,7 +552,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
react-native-live-stream: 4a0cd5c8f85c49ea021697678db488c166441b18
react-native-live-stream: 99c628a379acf96cf15cf476967b3d3139c3711c
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api.video/react-native-livestream",
"version": "1.2.1",
"description": "An RTMP Library from api.video",
"version": "1.2.2",
"description": "RTMP live streaming library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit 82b42ae

Please sign in to comment.