|
| 1 | +## 0.7.1 |
| 2 | + |
| 3 | +🐞 Fixed |
| 4 | +* Resolved an issue where media tracks were not being disabled or enabled correctly. [#828](https://github.com/GetStream/stream-video-flutter/pull/828) |
| 5 | +* Fixed a problem causing anonymous users to fail when connecting and joining calls. [#827](https://github.com/GetStream/stream-video-flutter/pull/827) |
| 6 | + |
1 | 7 | ## 0.7.0 |
2 | 8 |
|
3 | 9 | 🚧 Breaking changes |
4 | | -* The package is now compatible with Gradle 8. The minimum required Java version is now 17. https://github.com/GetStream/stream-video-flutter/pull/820 |
5 | | -* Updated the `flutter_callkit_incoming` package to version 2.5.0, which also requires Java 17. https://github.com/GetStream/stream-video-flutter/pull/820 |
| 10 | +* The package is now compatible with Gradle 8. The minimum required Java version is now 17. [#820](https://github.com/GetStream/stream-video-flutter/pull/820) |
| 11 | +* Updated the `flutter_callkit_incoming` package to version 2.5.0, which also requires Java 17. [#820](https://github.com/GetStream/stream-video-flutter/pull/820) |
6 | 12 | * The `resolution` parameter of `Call.setPreferredIncomingVideoResolution()` method changed type from `VideoResolution` to `VideoDimension`. |
7 | 13 | * The `Call.onPermissionRequest` callback changed the event type passed as an argument from `CoordinatorCallPermissionRequestEvent` to `StreamCallPermissionRequestEvent` |
8 | 14 |
|
9 | 15 | ✅ Added |
10 | | -* Added out-of-the-box support for blur background filters and image filters. As well as the option to create custom video filters. For complete documentation of those features please check [here.](https://getstream.io/video/docs/flutter/advanced/apply-video-filters/) https://github.com/GetStream/stream-video-flutter/pull/799 |
11 | | -* Added support for Closed Captions. https://github.com/GetStream/stream-video-flutter/pull/796 |
| 16 | +* Added out-of-the-box support for blur background filters and image filters. As well as the option to create custom video filters. For complete documentation of those features please check [here.](https://getstream.io/video/docs/flutter/advanced/apply-video-filters/) [#799](https://github.com/GetStream/stream-video-flutter/pull/799) |
| 17 | +* Added support for Closed Captions. [#796](https://github.com/GetStream/stream-video-flutter/pull/796) |
12 | 18 | * Listen to the `Call.closedCaptions` stream to overlay captions during your call. |
13 | 19 | * Use `CallPreferences` to configure: |
14 | 20 | * `closedCaptionsVisibilityDurationMs` for controlling how long captions are displayed. |
|
17 | 23 | * Learn More: |
18 | 24 | * Check the [guide](https://getstream.io/video/docs/flutter/closed-captions/) for integration steps. |
19 | 25 | * Explore the [cookbook](https://getstream.io/video/docs/flutter/ui-cookbook/closed-captions/) for UI tips. |
20 | | -* Dynamic codec negotiation during calls. https://github.com/GetStream/stream-video-flutter/pull/811 |
| 26 | +* Dynamic codec negotiation during calls. [#811](https://github.com/GetStream/stream-video-flutter/pull/811) |
21 | 27 |
|
22 | 28 | 🐞 Fixed |
23 | | -* Fixed issues when ending the call while in Picture in Picture mode on Android. https://github.com/GetStream/stream-video-flutter/pull/822 |
24 | | -* Fixes rejecting ringing call when CallEnd, instead of CallDecline, event is triggered by CallKit during ringing. https://github.com/GetStream/stream-video-flutter/pull/824 |
| 29 | +* Fixed issues when ending the call while in Picture in Picture mode on Android. [#822](https://github.com/GetStream/stream-video-flutter/pull/822) |
| 30 | +* Fixes rejecting ringing call when CallEnd, instead of CallDecline, event is triggered by CallKit during ringing. [#824](https://github.com/GetStream/stream-video-flutter/pull/824) |
25 | 31 |
|
26 | 32 | ## 0.6.1 |
27 | 33 |
|
|
0 commit comments