Skip to content

Releases: GetStream/stream-video-flutter

Release v0.3.6

08 Apr 15:49
dab57d0

Choose a tag to compare

What's Changed

  • dogfooding: updating pubspec versions by @Brazol in #632
  • feat: expose single event stream in Call combining sfu and coordinator events by @Brazol in #625
  • fix: silenced android notifications by @deven98 in #621
  • fix(video_renderer): disable mirroring for rendering local back camera stream by @TinhHuynh in #628
  • Add to StreamOutgoingCallContent optional widget as background by @hajajmaor in #574
  • fix: fixes incorrect cid value crash by @deven98 in #635
  • fix: fixing participants mapping by @Brazol in #634
  • Release v0.3.6 by @Brazol in #639

New Contributors

Full Changelog: v0.3.5...v0.3.6

Release v0.3.5

02 Apr 09:07
f2d06f8

Choose a tag to compare

What's Changed

  • docs: small docs fixes by @Brazol in #605
  • feat: added keep connections open flag to StreamVideoOptions by @Brazol in #606
  • feat(llc): add stats sending by @esarbanis in #607
  • feat(dogfooding): accept call from terminated state in dogfooding + docs tweaks by @Brazol in #610
  • feat(dogfooding): added input/output audio device selection to dogfooding by @Brazol in #609
  • fix: respecting default audio output setting by @Brazol in #608
  • fix(llc): fixing call participants creation when receving call details by @Brazol in #613
  • Ignore .fvm by @Nash0x7E2 in #619
  • fix: fixing participant creation when ringing by @Brazol in #620
  • feat: Picture in picture support for Android by @Brazol in #614
  • Migrate LobbyView to TrackOptions.enabled by @Nash0x7E2 in #626
  • fix: fixing dispose in lobby view by @Brazol in #629
  • fix: linter issues fixed by @Brazol in #630
  • Release v0.3.5 by @Brazol in #631

Full Changelog: v0.3.4...v0.3.5

Release v0.3.4

06 Mar 12:48
221eba7

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

Release v0.3.3

05 Mar 13:55
1ffe69f

Choose a tag to compare

What's Changed

  • feat: Refreshing the login, home and lobby screens of dogfooding app by @Brazol in #582
  • feat: Refreshed call screen of dogfooding app by @Brazol in #583
  • feat: Stream video flutter UI refresh - removed participant info components by @Brazol in #584
  • feat: Extended call stats event/stream added processed publisher/subscriber stats in CallState by @Brazol in #585
  • fix: fixes the incoming call from both CallKit and Stream by @Brazol in #588
  • feat(dogfooding): Settings menu button with reactions and call stats screen by @Brazol in #586
  • feat(llc): add static typing to call types by @esarbanis in #587
  • feat(repo): distribute Dogfooding App internally by @esarbanis in #590
  • feat(dogfooding): env switcher + dynamic link support by @Brazol in #589
  • fix(repo): set status to draft for our draft playstore app by @esarbanis in #591
  • fix: dogfooding env handling by @Brazol in #592
  • fix: various fixes in participants video UI by @Brazol in #593
  • fix: fixes the issue of missed calls when ringing with reused ids by @Brazol in #594
  • chore(repo): distribute dogfooding only when there are changes to it by @esarbanis in #596
  • docs: readme changes by @Brazol in #597
  • fix: fixed cid comparison by @Brazol in #598
  • fix: fixing ios call id issues when using firebase provider by @Brazol in #599
  • fix(llc): update stats format by @esarbanis in #600
  • feat(stats): local call stats added + stats documentation by @Brazol in #601
  • Release v0.3.3 by @Brazol in #602

Full Changelog: v0.3.2...v0.3.3

v0.3.2

09 Feb 10:14
774e8d3

Choose a tag to compare

What's Changed

  • feat: fast reconnection implementation by @Brazol in #549
  • add custom data to call participants by @Brazol in #560
  • default background for call screen on image error by @Brazol in #561
  • fix: fixed action tap on Android notification by @Brazol in #562
  • (fix) notification tap does nothing by @kanat in #563
  • fix: fix for Android SDK versions <26 by @Brazol in #565
  • Update documentation intro page by @Nash0x7E2 in #566
  • chore(repo): fix vale tool in pipelines by @esarbanis in #569
  • fix(doc): update tutorial links to the main website by @esarbanis in #568
  • fix: push notification cancelation by @Brazol in #554
  • chore(repo): add auto cert installation for Stream employees in iOS dogfooding app by @esarbanis in #575
  • chore(repo): clone cert repository using ssh for dogfooding distribution by @esarbanis in #576
  • chore(llc): expand intl version range as it is locked to version 0.18.1 by flutter_localizations by @esarbanis in #577
  • fix(dogfooding): update push providers by @esarbanis in #578
  • fix: fixed rtc tracks when switching between screen share types on ios by @Brazol in #579
  • feat: added background voip handle called in terminated app state when voip push is received by @Brazol in #570
  • feat: push notification enhancements by @Brazol in #580
  • release: v0.3.2 by @deven98 in #581

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Dec 09:28
ddc8c23

Choose a tag to compare

What's Changed

  • feat: SFU migration by @deven98 in #538
  • chore(repo): upgrade pipeline flutter version by @esarbanis in #552
  • chore: fetch token based on environment by @kanat in #551
  • fixing background ios callkit call by @Brazol in #557
  • flutter 3.16 fixes + fixed backstage flag by @Brazol in #556
  • release: 0.3.1 by @deven98 in #558

Full Changelog: v0.3.0...v0.3.1

Release 0.3.0

11 Dec 11:36

Choose a tag to compare

What's Changed

  • chore: changes to demo apps auth flow by @Brazol in #527
  • fix: connectUser / auto connect bug by @deven98 in #533
  • feat: Live-streaming component by @deven98 in #520
  • refactor: create native projects in stream_video_flutter by @esarbanis in #515
  • Added customizing caller display name callback by @Brazol in #536
  • Added StreamCallContentTheme and fixes for other themes by @deven98 in #537
  • chore(doc): migrate tutorials by @esarbanis in #539
  • fix: macOS build by @deven98 in #542
  • fix: fixes queryCalls null check issue by @deven98 in #543
  • fix: added missing params to getOrCreate() by @deven98 in #541
  • feat: exposing coordinator events by @Brazol in #545
  • StreamVideoTheme missing callContentTheme parameter by @hajajmaor in #547
  • fix: added apple audio configuration to make audio work in silent mode by @deven98 in #548
  • feat: ringing call cancelation by @Brazol in #544
  • release: v0.3 by @deven98 in #550

New Contributors

Full Changelog: v0.2.0...v0.3.0

Release 0.2.0

14 Nov 12:02
6d85ab4

Choose a tag to compare

What's Changed

  • fix: fixes cast issue for capabilities_by_role in CoordinatorCallUpdatedEvent by @deven98 in #508
  • align: cleanup in member related methods inside Call by @Brazol in #509
  • docs: updated roadmap by @deven98 in #511
  • doc(repo): update roadmap by @esarbanis in #512
  • docs: ringing docs improvements by @Brazol in #505
  • docs: Fixed roadmap by @deven98 in #514
  • feat: Added customization of incoming/outgoing call screen by @Brazol in #513
  • fix: push params platform initialization by @Brazol in #517
  • chore: fixed analysis errors by @Brazol in #516
  • fix: fixed platform check by @Brazol in #522
  • fix: fixed missing callee name by @Brazol in #525
  • fix: vale doc fixes by @deven98 in #523
  • release: v0.2.0 by @deven98 in #526

New Contributors

Full Changelog: v0.1.1...v0.2.0

Release 0.1.1

25 Oct 08:16
2b57a78

Choose a tag to compare

What's Changed

  • docs: Ringing doc fix by @deven98 in #494
  • docs: remove refs to call.connect() by @deven98 in #495
  • fix: dogfooding deployment by @xsahil03x in #496
  • docs: participant label by @deven98 in #497
  • docs: user avatar by @deven98 in #498
  • Do not join active call by @kanat in #499
  • Anonymous users should not connect to the WS by @kanat in #500
  • fix typo from #499 by @kanat in #501
  • docs: fixed deeplink docs by @deven98 in #502
  • fix: end CallKit call on call ending by @Brazol in #504
  • fix: call controls in landscape by @Brazol in #503
  • [FVS-88] unable to join a call by @kanat in #506
  • release: v0.1.1 by @deven98 in #507

New Contributors

Full Changelog: v0.1.0...v0.1.1

Release 0.1.0

28 Sep 09:10
63a3871

Choose a tag to compare

What's Changed

  • fix(ci): fix workflows. by @xsahil03x in #473
  • Ringing guide by @deven98 in #474
  • [FVS-79] pass connection_id in every request by @kanat in #475
  • [FVS-81] lobby logic changes & call api alignment by @kanat in #480
  • [FVS-82] Display call participants on Lobby View by @kanat in #479
  • Hide debug stats in production by @Nash0x7E2 in #481
  • UI Cookbook Guides by @Nash0x7E2 in #482
  • docs: added call participants ui component docs by @deven98 in #483
  • add milestones to README.md by @kanat in #484
  • [FVS-83] Parse CallPermission from API string by @kanat in #485
  • docs: cookbook/network-quality-indicator by @deven98 in #486
  • docs: cookbook/audio-indicator by @deven98 in #487
  • Upgrade to OpenAPI 88.13.0 by @kanat in #489
  • FVS-84: align SDK initialization by @kanat in #488
  • Callkit incoming fix by @deven98 in #490
  • FVS-84: fix duplicate participant, dateTime parsing, reset StreamVideo on unregister by @kanat in #491
  • FVS-84: update docs (except sample apps) by @kanat in #492

Full Changelog: v0.0.4...v0.1.0