You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stream_video/CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,34 @@
1
-
## Upcoming
1
+
## 0.3.0
2
+
3
+
🚧 Breaking changes
4
+
5
+
* Removed the `incomingCallerNameOverride` and `incomingCallerHandlerOverride` from `StreamVideoPushParams` in favor of the new `callerCustomizationCallback` in `StreamVideoPushNotificationManager`.
2
6
3
7
✅ Added
4
8
9
+
*`callerCustomizationCallback` to `StreamVideoPushNotificationManager` that allow dynamic customization of CallKit call screen
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,35 @@
1
-
## Upcoming
1
+
## 0.3.0
2
+
3
+
🚧 Breaking changes
4
+
5
+
* The functionality from `stream_video_flutter_background` is now merged into `stream_video_flutter`. You no longer have to use the background plugin.
6
+
* Removed the `incomingCallerNameOverride` and `incomingCallerHandlerOverride` from `StreamVideoPushParams` in favor of the new `callerCustomizationCallback` in `StreamVideoPushNotificationManager`.
2
7
3
8
✅ Added
4
9
5
10
* Added `LivestreamPlayer` - a in-built widget that allows you to easily view livestreams.
6
11
* Added screen sharing functionality and related toggle option for both Android and iOS. Check [our documentation](https://getstream.io/video/docs/flutter/) for more details
12
+
* Exposed call coordinator events through the `coordinatorEvents` stream in the `Call` class.
13
+
* Added `StreamCallContentTheme` to video theme.
14
+
*`callerCustomizationCallback` to `StreamVideoPushNotificationManager` that allow dynamic customization of CallKit call screen.
7
15
8
-
🔄 Changed
16
+
Example usage:
9
17
10
-
* The functionality from `stream_video_flutter_background` is now merged into `stream_video_flutter`. You no longer have to use the background plugin.
* Removed the `incomingCallerNameOverride` and `incomingCallerHandlerOverride` from `StreamVideoPushParams` in favor of the new `callerCustomizationCallback` in `StreamVideoPushNotificationManager`
18
+
* Fixed ringing call cancellation issues.
19
+
20
+
🚧 Breaking changes
21
+
22
+
* Removed the `incomingCallerNameOverride` and `incomingCallerHandlerOverride` from `StreamVideoPushParams` in favor of the new `callerCustomizationCallback` in `StreamVideoPushNotificationManager`.
0 commit comments