Skip to content

Releases: GetStream/stream-video-android

1.4.6-hotfix

01 May 13:39

Choose a tag to compare

1.4.6-hotfix Pre-release
Pre-release

Bugfixes

  • Allow the video renderer to accept a configuration that will cancel its ability to notify the call of its visibility by @aleksandar-apostolov in dcf05

1.6.0

30 Apr 17:31

Choose a tag to compare

What's New

Bugfixes & Improvements

Testing

Full Changelog: 1.5.0...1.6.0

1.5.0

14 Apr 12:43

Choose a tag to compare

New

Fixes & Improvements

  • Fix "Track failed to load.." in the video fallback components by @liviu-timar in #1334
  • [AND-434] The SDK will no longer crash if camera fails to report its resolution by @rahul-lohra in #1343
  • [AND-418] Initialize StreamLog only on the case it wasn't initialized outside the SDK by @JcMinarro in #1336
  • Explicitly pass request body to api calls to prevent a Retrofit NPE by @liviu-timar in #1355

Demo-app improvements

  • [AND-290] Align ringing tutorial app with docs by @liviu-timar in #1319
  • [AND-414] Improve permission requests during a ringing call to be able to successfully join the call by @liviu-timar in #1331
  • UI improvements by @liviu-timar in #1333
    • Show avatar in lobby instead of "Track failed to load"
    • Add close button for "share call" dialog
    • Rename SharedPrefs file to contain the version code to avoid backup issues

Dependencies updates

Testing

Other

  • [AND-438] Create Local WebRTC Android Setup for Testing (Non-Source) by @rahul-lohra in #1348

Full Changelog: 1.4.5...1.5.0

1.4.5

02 Apr 09:47

Choose a tag to compare

Bugfixes & Improvements

Full Changelog: 1.4.4...1.4.5

1.4.4

25 Mar 17:56

Choose a tag to compare

Bugfixes & improvements

Demo app

Other

Full Changelog: 1.4.3...1.4.4

1.4.3

19 Mar 16:54

Choose a tag to compare

Bugfixes & Improvements

  • Fix a case where receiving a CallEndedEvent by the SFU would prevent updates to the internal flows such as endedAt by @liviu-timar in #1327
  • Fix an issue where missing call settings would prevent a local preview of the camera/microphone by @liviu-timar in #1326
  • Prioritise software decoder for certain codecs to fix an issue where all key frames would be dropped thus leading to loss of video by @aleksandar-apostolov in #1328

Full Changelog: 1.4.2...1.4.3

1.4.2

13 Mar 11:42

Choose a tag to compare

Bugfixes & Improvements

Full Changelog: 1.4.1...1.4.2

1.4.1

10 Mar 12:37

Choose a tag to compare

Bugfixes & Improvements

Demo app

Other

  • [AND-374] Update StreamLog dependency by @JcMinarro in #1308
  • [AND-369] Ensure SDKs support local backend testing by @kanat in #1307

Full Changelog: 1.4.0...1.4.1

1.4.0

28 Feb 15:06

Choose a tag to compare

What's Changed

Features

Bugfixes

  • When call ends a BT headset is correctly released and no longer behaves as in call by @liviu-timar in #1301
  • Track of type video is no longer announced when there is no SendVideo capability or settings, preventing reconnect by @liviu-timar in #1302
  • Update ownCapabilities from queryCalls result by @liviu-timar in #1303

Other:

⚠️ Important

The open API code generation required a package name change of the generated code. This is technically a breaking change, replace any reference of org.openapitools.client to io.getstream.android.video.generated

Full Changelog: 1.3.1...1.4.0

1.3.1

23 Jan 20:54

Choose a tag to compare

Bugfixes & Improvements

  • Update stream-log version by @liviu-timar in #1288
  • Update stream-android-push version to be in sync with our chat SDK by @VelikovPetar in #1290
  • Use collectAsStateWithLifecycle() instead of collectAsState() for the safe unsubscribing by @skydoves in #1286
  • [AND-256] Fix an issue where sometimes device will not be registered the first time by @liviu-timar in #1291
  • [AND-260] If the integration has specified a callConfig it is now taken into consideration when building the new call registry configuration by @liviu-timar in #1287

Other

New Contributors

Full Changelog: 1.3.0...1.3.1