Skip to content

Releases: GetStream/stream-video-android

1.0.19

20 Nov 12:25

Choose a tag to compare

1.0.19 Pre-release
Pre-release

⚠️ It is highly recommended to move to version 1.0.20 instead in order to support upcoming codec negotiation feature.

What's Changed

This release aims to fix a bug with the video scaling type stuck to FILL

Bugfixes

  • Fix the issue where scaling type will always be FILL regardless of settings by @aleksandar-apostolov #1226
    -Fix scaling type behaviour
    -Allow setting scaling type on higher level composables
    -Add options in demo-app to manually select the scaling type

Other

Full Changelog: 1.0.18...1.0.19

1.0.18

15 Nov 14:56

Choose a tag to compare

1.0.18 Pre-release
Pre-release

⚠️ It is highly recommended to move to version 1.0.20 instead in order to support upcoming codec negotiation feature.

What's Changed

Main topic of this release is handling of the new reconnection events coming from the SFU.

Features

Bugfixes

Incompatibilities with previous version

tokenProvider is now a class instead of lambda. To continue using the old implementation use legacyTokenProvider field in the builder.
• Removed Migrating as a RealtimeConnection state. Use Reconnecting instead.
sessionId is no longer available via the StreamVideo instance instead it is available in the Call instance.
• Renamed Call.reconnect to Call.fastReconnect()
• Renamed Call.switchSfu to Call.migrate()

Full Changelog: 1.0.17...1.0.18

1.0.17

23 Oct 13:07

Choose a tag to compare

What's Changed

Features:

Bugfixes:

  • Selection of the audio device now follows the Dashboard settings by @liviu-timar in #1203
  • Fix a bug where the video would be missing on Android in a livestream by @kanat & @aleksandar-apostolov in #1211
  • Black list some CPU / codec combinations and fallback to software decoding instead (done in WebRTC library) by @kanat in #1210

Other:

Full Changelog: 1.0.16...1.0.17

1.0.16

10 Oct 12:35

Choose a tag to compare

What's Changed

Features

Bugfixes & Improvements

Other

Full Changelog: 1.0.15...1.0.16

1.0.15

27 Sep 14:51

Choose a tag to compare

What's Changed

Features

Bugfixes

Other

Full Changelog: 1.0.14...1.0.15

1.0.14

17 Sep 11:10

Choose a tag to compare

What's Changed

Features

Bugfixes

Other

  • Migrate to Compose 1.7.0 stable and other compose relevant dependencies by @skydoves in #1177

Full Changelog: 1.0.13...1.0.14

1.0.13

27 Aug 14:42

Choose a tag to compare

What's Changed

Full Changelog: 1.0.12...1.0.13

1.0.12

19 Jul 15:51

Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.0.12

1.0.11

11 Jul 14:00

Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

1.0.10

08 Jul 08:41

Choose a tag to compare

What's Changed

  • [PBE-5116] Prevent exception when resuming already completed continuation by @liviu-timar in #1132

Full Changelog: 1.0.9...1.0.10