|
1 | | -## Unreleased |
| 1 | +## 0.7.0 |
2 | 2 |
|
3 | 3 | 🚧 Breaking changes |
4 | | -* https://github.com/GetStream/stream-video-flutter/pull/820: The package is now compatible with Gradle 8. The minimum required Java version is now 17. |
5 | | -* https://github.com/GetStream/stream-video-flutter/pull/820: Updated the `flutter_callkit_incoming` package to version 2.5.0, which also requires Java 17. |
| 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 |
6 | 6 | * The `resolution` parameter of `Call.setPreferredIncomingVideoResolution()` method changed type from `VideoResolution` to `VideoDimension`. |
7 | 7 | * The `Call.onPermissionRequest` callback changed the event type passed as an argument from `CoordinatorCallPermissionRequestEvent` to `StreamCallPermissionRequestEvent` |
8 | 8 |
|
9 | 9 | ✅ Added |
10 | | -* https://github.com/GetStream/stream-video-flutter/pull/799: 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/) |
11 | | -* https://github.com/GetStream/stream-video-flutter/pull/796: Added support for Closed Captions: |
| 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 |
12 | 12 | * Listen to the `Call.closedCaptions` stream to overlay captions during your call. |
13 | 13 | * Use `CallPreferences` to configure: |
14 | 14 | * `closedCaptionsVisibilityDurationMs` for controlling how long captions are displayed. |
|
17 | 17 | * Learn More: |
18 | 18 | * Check the [guide](https://getstream.io/video/docs/flutter/closed-captions/) for integration steps. |
19 | 19 | * Explore the [cookbook](https://getstream.io/video/docs/flutter/ui-cookbook/closed-captions/) for UI tips. |
20 | | -* https://github.com/GetStream/stream-video-flutter/pull/811: Dynamic codec negotiation during calls |
| 20 | +* Dynamic codec negotiation during calls. https://github.com/GetStream/stream-video-flutter/pull/811 |
21 | 21 |
|
22 | 22 | 🐞 Fixed |
23 | | -* https://github.com/GetStream/stream-video-flutter/pull/822: Fixed issues when ending the call while in Picture in Picture mode on Android. |
24 | | -* https://github.com/GetStream/stream-video-flutter/pull/824: Fixes rejecting ringing call when CallEnd, instead of CallDecline, event is triggered by CallKit during ringing. |
| 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 |
25 | 25 |
|
26 | 26 | ## 0.6.1 |
27 | 27 |
|
|
0 commit comments