Releases: GetStream/stream-video-flutter
Releases · GetStream/stream-video-flutter
Release v0.9.5
What's Changed
- chore: improve app distribution for dev and prod by @renefloor in #969
- chore: publish code coverage report by @renefloor in #971
- chore: Add first tests for video_flutter and noise cancellation by @renefloor in #972
- add video input selection dogfooding menu by @renefloor in #973
- fix(llc): fix update permission event handling by @Brazol in #974
- feat: add extendBody option for CallContent by @renefloor in #979
- feat: allow multiple simultaneous active calls by @Brazol in #977
- feat: add option to scan livestream qr code by @renefloor in #980
- chore: default audio logic in line with other sdks by @Brazol in #970
- Release v0.9.5 by @Brazol in #981
Full Changelog: v0.9.4...v0.9.5
Release v0.9.4
What's Changed
- chore: fix warnings after SharePlus upgrade by @Brazol in #966
- fix: do not unsubscribe screen share track when zooming by @Brazol in #964
- chore: expose additional builders in LivestreamPlayer by @Brazol in #965
- Improve horizontal layout on very wide windows by @renefloor in #967
- Release v0.9.4 by @Brazol in #968
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- feat: stats-v2 by @Brazol in #944
- Store previous sorting of participants before sorting again by @renefloor in #957
- fix: fix app init delay by @Brazol in #955
- chore: call duration stream by @Brazol in #959
- Always create a new track on web by @renefloor in #954
- Feature/improve dogfooding settings menu by @renefloor in #960
- update share_plus package in examples by @renefloor in #961
- feat: add customization for LivestreamPlayer controls by @Brazol in #962
- Release v0.9.3 by @Brazol in #963
Full Changelog: v0.9.2...v0.9.3
Release v0.9.2
What's Changed
- chore: cleanup logging by @Brazol in #933
- chore: regenerate protobuf by @Brazol in #930
- chore: regenerate openapi models by @Brazol in #931
- feat: qr scanner on dogfooding app by @renefloor in #934
- dogfooding: show call qr code by @renefloor in #937
- fix: build issues fixes by @Brazol in #942
- chore: added members to call state by @Brazol in #940
- fix: call api fixes by @Brazol in #939
- fix: listen to unread count stream by @renefloor in #938
- chore: livestream player improvements by @Brazol in #941
- downgrade webrtc package by @renefloor in #945
- chore: putting minimum iOS version back to 14 by @renefloor in #946
- fix: leave call when leaving livestream by @renefloor in #948
- chore: bump internet connection checker dependency by @Brazol in #950
- Release v0.9.2 by @Brazol in #949
Full Changelog: v0.9.1...v0.9.2
Release v0.9.1
What's Changed
- chore: bump flutter callkit incoming by @Brazol in #926
- Feature/upgrade macos version by @renefloor in #927
- feat: Set bundlePolicy for the peerconnection by @renefloor in #923
- feat(llc): camera zoom and focus by @Brazol in #924
- chore: stream flutter webrtc version bump by @Brazol in #928
- Release v0.9.1 by @Brazol in #929
Full Changelog: v0.9.0...v0.9.1
Release v0.9.0
What's Changed
- feat: Noise cancellation feature by @Brazol in #873
- Fix battery save mode exception in sendSfuStats method by @khensunny in #912
- fix(web): ensure screen sharing is ended when stopping it through browser by @EvertonMJunior in #906
- fix(android): add missing MANAGE_OWN_CALLS permission due to foreground service with phoneCall type by @EvertonMJunior in #908
- fix: subscribe to remote track when it comes late by @Brazol in #910
- fix(llc): fix checks for local participant by @Brazol in #915
- fix(llc): multiple screen sharing sources by @Brazol in #917
- fix: check if audio processor is configured before starting nc by @Brazol in #919
- chore: added reason to onCallDisconnected callback by @Brazol in #903
- fix: call preference initialization during ringing by @Brazol in #921
- feat: sync CallKit screen mute button with SDK mute action by @Brazol in #920
- fix(llc): fixes for fast reconnect flow by @Brazol in #918
- Release v.0.9.0 by @Brazol in #922
New Contributors
- @khensunny made their first contribution in #912
Full Changelog: v0.8.4...v0.9.0
Release v0.8.4
What's Changed
- chore: bump webrtc to 0.12.12 by @Brazol in #889
- chore: bump webrtc version by @renefloor in #891
- chore: dogfooding custom credentials by @Brazol in #892
- feat: add pana checks by @xsahil03x in #896
- dogfooding: allow env switching on web by @renefloor in #890
- feat: Added pin/unpin for everyone method to Call by @Brazol in #897
- chore(llc): added membersLimit parameter by @Brazol in #886
- fix: fix for PiP still active when app foregrounded on iOS by @Brazol in #888
- fix: Update device_info and webrtc dependencies by @renefloor in #898
- Release v0.8.4 by @Brazol in #899
Full Changelog: v0.8.3...v0.8.4
Release v0.8.3
What's Changed
- fix: don't handle deeplink on login by @renefloor in #881
- chore(llc): Added CallPreferences to observeCoreCallKitEvents by @Brazol in #883
- feat: Add audioLevels and activeSpeakers by @renefloor in #882
- feat: desktop screensharing by @renefloor in #865
- Release v0.8.3 by @Brazol in #885
Full Changelog: v0.8.2...v0.8.3
Release v0.8.2
What's Changed
- chore: bump thermal package to support Android <=9 by @Brazol in #876
- chore: update dogfooding readme, fix android build by @kanat in #877
- chore: Added CallPreferences to consumeIncomingCall method by @Brazol in #875
- fix(llc): fixed missing participant roles by @Brazol in #879
- feat: deploy flutter web by @renefloor in #871
- Release v0.8.2 by @Brazol in #880
Full Changelog: v0.8.1...v0.8.2
Release v0.8.1
What's Changed
- chore: Add formatting check in CI workflow by @renefloor in #861
- feat: enable google signin on macos by @renefloor in #864
- fix: prevent some actions impossible on desktop by @renefloor in #863
- chore: setup build flavors for dogfooding app by @renefloor in #862
- chore: add call disconnect callback to call container by @Brazol in #866
- Fix/fix flavor release workflow by @renefloor in #868
- fix: Always build both platforms on push event by @renefloor in #869
- chore(llc): update X-Stream-Client header by @Brazol in #867
- Release v0.8.1 by @Brazol in #870
Full Changelog: v0.8.0...v0.8.1