Skip to content

Releases: GetStream/stream-video-flutter

Release v1.0.2

04 Dec 14:38
1b3dfc6

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

01 Dec 15:19
807e750

Choose a tag to compare

What's Changed

  • feat(ui): livestream player improvements by @Brazol in #1118
  • feat(ui): option to set target resolution during the call by @Brazol in #1119
  • chore(repo): Release v1.0.1 by @Brazol in #1120

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

25 Nov 17:45
ad461d0

Choose a tag to compare

What's Changed

  • feat(llc): migrated callkit incoming into stream_video_push_notification by @Brazol in #1044
  • chore(repo): Improved test coverage for coordinator events handling in Call class by @Brazol in #1099
  • chore(repo): make ringing work when example app is in the background by @Brazol in #1105
  • chore(repo): SPM support for video sdk by @Brazol in #1104
  • fix(ui): fixes for PiP mode on iOS by @Brazol in #1101
  • fix(llc): delay StreamVideo instance disposing by @Brazol in #1112
  • feat(llc): ring individual call member by @Brazol in #1111
  • chore(repo): extract video filters to separate package by @Brazol in #1110
  • chore(repo): remove deprecated members by @Brazol in #1107
  • chore(deps): bump actions/checkout from 4 to 6 in the all-actions group by @dependabot[bot] in #1113
  • chore(repo): bump webrtc version by @Brazol in #1116
  • chore(repo): Release v1.0.0 by @Brazol in #1115

Full Changelog: v0.11.2...v1.0.0

Release v0.11.2

31 Oct 21:03
398ee6d

Choose a tag to compare

What's Changed

  • chore(ci): configure Dependabot and update PR title validation by @xsahil03x in #1080
  • fix(samples): disable explicit modules by @renefloor in #1074
  • fix(llc,ui): fixing screen share cancelation by @Brazol in #1085
  • fix(llc): fixes for input/output device setting on web by @Brazol in #1086
  • chore(repo): remove depraceted env file usages by @Brazol in #1087
  • chore(deps): bump the all-actions group with 4 updates by @dependabot[bot] in #1081
  • fix(llc): callMembers not updating correctly after call session start by @Brazol in #1092
  • chore(repo): update WebRTC dependency to M137 by @Brazol in #1093
  • fix(llc): fix camera flip by @Brazol in #1094
  • fix(ui): initials creation fix by @Brazol in #1091
  • chore(repo): Release v0.11.2 by @Brazol in #1095

New Contributors

Full Changelog: v0.11.1...v0.11.2

Release v0.11.1

14 Oct 08:14
9ff5239

Choose a tag to compare

What's Changed

  • fix(llc): Improved participant sorting based on source type by @Brazol in #1073
  • chore(ui): renderscript 16kb support by @Brazol in #1076
  • chore(repo): Release v0.11.1 by @Brazol in #1077

Full Changelog: v0.11.0...v0.11.1

Release v0.11.0

02 Oct 11:31
36ae8cf

Choose a tag to compare

What's Changed

  • fix(llc): fix leave call throwing exception by @xsahil03x in #1065
  • chore(llc): send unifiedSessionId in the initial join request by @Brazol in #1068
  • fix(llc): fix android audio configuration setup by @Brazol in #1070
  • chore(llc): cleaned up dependencies and analyzer warnings by @Brazol in #1060
  • chore(llc): call stats improvements by @Brazol in #1053
  • chore(repo): Release v0.11.0 by @Brazol in #1072

Full Changelog: v0.10.4...v0.11.0

Release v0.10.4

17 Sep 11:35
e40e742

Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

Release v0.10.3

20 Aug 12:58
e583759

Choose a tag to compare

What's Changed

  • feat(llc): option to set android audio configuration to WebRTC by @Brazol in #1046
  • fix(llc): catch stats reporting exceptions by @Brazol in #1049
  • chore: remove speech recognition from dogfooding by @Brazol in #1048
  • fix(llc): minor code fixes by @Brazol in #1051
  • fix(llc): fixed the moment to apply Andriod audio configuration by @Brazol in #1052
  • chore(repo): Release v0.10.3 by @Brazol in #1054

Full Changelog: v0.10.2...v0.10.3

v0.10.2

18 Aug 11:08
b21cc8d

Choose a tag to compare

What's Changed

  • feat(llc): configuration for reconnect timeouts by @Brazol in #1031
  • chore(llc): update callkit_incoming dependency by @Brazol in #1034
  • fix(ui): Add null check and default config in CircleTransform by @renefloor in #1040
  • fix(llc): more graceful handling of SFU join failures by @Brazol in #1037
  • fix(llc): Update screen share visibility separate from video by @renefloor in #1032
  • feat(llc): speech recognition while muted by @renefloor in #999
  • feat(ui): Allow video filters to be set before video track is created by @Brazol in #1035
  • fix(llc, samples): to run video on windows by @renefloor in #1023
  • chore(repo): Release v0.10.2 by @Brazol in #1043

Full Changelog: v0.10.1...v0.10.2

Release v0.10.1

18 Jul 07:37
be4ba16

Choose a tag to compare

What's Changed

  • fix(llc): Reset reaction timer on new reaction by @renefloor in #1018
  • feat(llc): ringing display name customization by @Brazol in #1017
  • fix(llc): toggling camera quickly fix by @Brazol in #1012
  • fix(llc): fixed wrong camera selection by @Brazol in #1016
  • fix(ui): fixed ios PiP remote participant issue by @Brazol in #1011
  • refactor(llc): Improve copyWith methods CallParticipantState by @renefloor in #1019
  • refactor(llc): Make websocket logic extractable by @renefloor in #1015
  • fix(samples): Handle null result with qr code scanner by @renefloor in #1021
  • chore(llc): cancel call operations on leave by @Brazol in #1022
  • feat(llc): Make sure the audio input device is set even when the user joins muted by @Brazol in #1024
  • fix(llc, push): some fixes to ringing flow by @Brazol in #1027
  • chore(ui): removed unnecessary accessibility settings for PiP view on iOS by @Brazol in #1025
  • fix(llc): fixes in the muteUsers api calls by @Brazol in #1026
  • fix(llc): rewatch calls after coordinator reconnects by @Brazol in #1029
  • chore(repo): Release v0.10.1 by @Brazol in #1028

Full Changelog: v0.10.0...v0.10.1