From 82b42aea4bcd65bf379f78b748be8816b8e45109 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:52:53 +0100 Subject: [PATCH] chore(version): bump to 1.2.2 --- CHANGELOG.md | 6 ++++++ example/ios/Podfile.lock | 4 ++-- package.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bf1ff..8aded4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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])) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index fd9a0ef..9301793 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -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 diff --git a/package.json b/package.json index 27e0035..681f160 100644 --- a/package.json +++ b/package.json @@ -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",