Skip to content

Commit

Permalink
chore(version): bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Aug 18, 2022
1 parent be00023 commit fa05dcc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Change Log
==========

Version 2.4.0
-------------

## Features:

- The screen recorder services have been moved to the library (instead of the example)
- Add zoom ratio API support for Android < R
- Introducing a life cycle observer for streamers called `StreamerLifeCycleObserver`
- Overload camera streamers' `startPreview` API to take a `SurfaceView` or a `TextureView` as input
parameter
- Add `isConnected` field in live streamers

## Bug fixes:

- Clamp camera range settings: zoom, exposure,...

Version 2.3.3
-------------

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'org.jetbrains.dokka'
buildscript {
ext {
// Upgrade StreamPack version here
streampackCode = 2_003_003
streampackVersion = '2.3.3'
streampackCode = 2_004_000
streampackVersion = '2.4.0'

minSdk = 21
compileSdk = 31
Expand Down

0 comments on commit fa05dcc

Please sign in to comment.