Skip to content

Releases: GetStream/stream-video-android

1.5.0

14 Apr 12:43
Compare
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
Compare
Choose a tag to compare

Bugfixes & Improvements

Full Changelog: 1.4.4...1.4.5

1.4.4

25 Mar 17:56
Compare
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
Compare
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
Compare
Choose a tag to compare

Bugfixes & Improvements

Full Changelog: 1.4.1...1.4.2

1.4.1

10 Mar 12:37
Compare
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
Compare
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
Compare
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

1.3.0

15 Jan 13:07
Compare
Choose a tag to compare

Features

Bugfixes & Improvements

  • Uses compose coroutine scopes instead of using the global scope for the demo project by @skydoves in #1268
  • Improve behaviour when receiving incoming call when device is locked by @liviu-timar in #1273
  • Improve behaviour when receiving incoming call during active call by @liviu-timar in #1276
  • Fixed an issue of showing Foreground Service Notification when accepting the incoming call and when setRunCallServiceInForeground is set to true by @rahul-lohra in #1277
  • Fixed an issue where the notification for a ringing call was not being removed after the call was declined by @rahul-lohra in #1280

Demo app

  • Update demo-app to consider edge-to-edge requirements on API 35 devices by @andremion in #1272

Other

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

27 Dec 15:49
Compare
Choose a tag to compare

New features

Bugfixes

Demo app

Other

Full Changelog: 1.1.0...1.2.0