File tree Expand file tree Collapse file tree 8 files changed +37
-11
lines changed
stream_video_push_notification Expand file tree Collapse file tree 8 files changed +37
-11
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 0.3.6
22✅ Added
33
4- * Added ` callEvents ` stream to ` Call ` that replaces ` events ` and ` coordinatorEvents ` streams (both are now deprecated)
4+ * Added ` callEvents ` stream to ` Call ` that replaces ` events ` and ` coordinatorEvents ` streams (both are now deprecated).
5+ * Added ` callBackgroundBuilder ` to ` StreamOutgoingCallContent ` .
56
67🚧 Breaking changes
78
8- * Removed the ` callCid ` parameter requirement from ` sendCustomEvent ` method in ` Call ` class
9+ * Removed the ` callCid ` parameter requirement from ` sendCustomEvent ` method in ` Call ` class.
10+
11+ 🐞 Fixed
12+
13+ * Fixed an issue that caused an empty ` Call ` participants list in ` CallState ` during ringing.
14+ * Fixed an issue that caused constant notification sound being triggered during the call on Android.
15+ * Disabled camera mirroring when using back camera and when screensharing.
916
1017## 0.3.5
1118✅ Added
Original file line number Diff line number Diff line change 11// This file is generated. Do not manually edit.
22/// Current package version.
3- const String streamVideoVersion = '0.3.5 ' ;
3+ const String streamVideoVersion = '0.3.6 ' ;
44const String androidWebRTCVersion = 'libwebrtc-m114.5735.05' ;
55const String iosWebRTCVersion = 'libwebrtc-m114.5735.08' ;
Original file line number Diff line number Diff line change 11name : stream_video
22description : The Official Low-level Client for Stream Video, a service for
33 building video calls, audio rooms, and live-streaming applications.
4- version : 0.3.5
4+ version : 0.3.6
55homepage : https://getstream.io/video/
66repository : https://github.com/GetStream/stream-video-flutter
77issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
Original file line number Diff line number Diff line change 1+ ## 0.3.6
2+ ✅ Added
3+
4+ * Added ` callEvents ` stream to ` Call ` that replaces ` events ` and ` coordinatorEvents ` streams (both are now deprecated).
5+ * Added ` callBackgroundBuilder ` to ` StreamOutg/oingCallContent ` .
6+
7+ 🚧 Breaking changes
8+
9+ * Removed the ` callCid ` parameter requirement from ` sendCustomEvent() ` method in ` Call ` class.
10+
11+ 🐞 Fixed
12+
13+ * Fixed an issue that caused an empty Call participants list in CallState during ringing.
14+ * Fixed an issue that caused constant notification sound being triggered during the call on Android.
15+ * Disabled camera mirroring when using back camera and when screensharing.
16+
117## 0.3.5
218✅ Added
319
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ dependencies:
2424 intl : ^0.19.0
2525 path_provider : ^2.1.0
2626 share_plus : ^7.1.0
27- stream_video : ^0.3.5
28- stream_video_flutter : ^0.3.5
27+ stream_video : ^0.3.6
28+ stream_video_flutter : ^0.3.6
2929
3030dev_dependencies :
3131 build_runner : ^2.4.6
Original file line number Diff line number Diff line change 11name : stream_video_flutter
22description : The Official UI package for Stream Video, a service for building
33 video calls, audio rooms, and live-streaming applications.
4- version : 0.3.5
4+ version : 0.3.6
55homepage : https://getstream.io/video/
66repository : https://github.com/GetStream/stream-video-flutter
77issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
@@ -19,7 +19,7 @@ dependencies:
1919 flutter_webrtc : ^0.9.47
2020 plugin_platform_interface : ^2.1.7
2121 rate_limiter : ^1.0.0
22- stream_video : ^0.3.5
22+ stream_video : ^0.3.6
2323 visibility_detector : ^0.4.0+2
2424
2525dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 0.3.6
2+ * Sync version with ` stream_video_flutter ` 0.3.6
3+
14## 0.3.5
25* Sync version with ` stream_video_flutter ` 0.3.5
36
Original file line number Diff line number Diff line change 11name : stream_video_push_notification
22description : Adds push notification support for Stream Video, a service for
33 building video calls, audio rooms, and live-streaming applications.
4- version : 0.3.5
4+ version : 0.3.6
55homepage : https://getstream.io/video/
66repository : https://github.com/GetStream/stream-video-flutter
77issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
@@ -21,7 +21,7 @@ dependencies:
2121 meta : ^1.9.1
2222 plugin_platform_interface : ^2.1.6
2323 rxdart : ^0.27.7
24- stream_video : ^0.3.5
24+ stream_video : ^0.3.6
2525 uuid : ^4.2.1
2626
2727dev_dependencies :
You can’t perform that action at this time.
0 commit comments