Skip to content

Commit

Permalink
Merge branch 'main' into chore/registered-devices-list
Browse files Browse the repository at this point in the history
  • Loading branch information
deven98 authored Jan 20, 2025
2 parents ff19dbb + b3738a7 commit 7090c63
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/app-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
channel: ${{ env.FLUTTER_CHANNEL }}
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Setup FlutterFire CLI
run: flutter pub global activate flutterfire_cli

- name: Setup Melos
run: flutter pub global activate melos

Expand Down
9 changes: 5 additions & 4 deletions dogfooding/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_dogfooding
version: 1.7.0+1
version: 1.7.1+1
publish_to: none
description: Flutter Dogfooding App to showcase Video SDK.

Expand Down Expand Up @@ -34,11 +34,12 @@ dependencies:
share_plus: ^10.0.2
shared_preferences: ^2.3.2
stream_chat_flutter: ^9.0.0
stream_video_flutter: ^0.7.0
stream_video_push_notification: ^0.7.0
stream_video_screen_sharing: ^0.7.0
stream_video_flutter: ^0.7.1
stream_video_push_notification: ^0.7.1
stream_video_screen_sharing: ^0.7.1

dependency_overrides:
just_audio_web: ^0.4.13
wakelock_plus: ^1.2.9
stream_video:
path: ../packages/stream_video
Expand Down
37 changes: 29 additions & 8 deletions dogfooding/web/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<!--
If you are serving your web app in a path other than the root, change the
Expand Down Expand Up @@ -28,35 +29,55 @@

<!-- Google Sign In -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<meta name="google-signin-client_id" content="347024607410-ett7cjt6ah9aj6s6k20p5fissj80d9la.apps.googleusercontent.com">
<meta name="google-signin-client_id"
content="347024607410-ett7cjt6ah9aj6s6k20p5fissj80d9la.apps.googleusercontent.com">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="favicon.png" />

<title>dogfooding</title>
<link rel="manifest" href="manifest.json">

<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = null;
{ { flutter_service_worker_version } }
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
</head>

<body>
<script>
window.addEventListener('load', function(ev) {
window.addEventListener('load', function (ev) {
// Download main.dart.js
_flutter.loader.loadEntrypoint({
_flutter.loader.load({
serviceWorker: {
serviceWorkerVersion: serviceWorkerVersion,
}
}).then(function(engineInitializer) {
}).then(function (engineInitializer) {
return engineInitializer.initializeEngine();
}).then(function(appRunner) {
}).then(function (appRunner) {
return appRunner.runApp();
});
});
</script>

<script src="https://www.gstatic.com/firebasejs/7.20.0/firebase-app.js"></script>

<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: 'AIzaSyB1swZGD2U9qEKV4xYKlr9KBHeysTHJ_1w',
authDomain: 'stream-video-9b586.firebaseapp.com',
projectId: 'stream-video-9b586',
messagingSenderId: '347024607410',
appId: '1:347024607410:web:fd70974cbc1256bb8c21ab',
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>

<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>

</html>
6 changes: 6 additions & 0 deletions packages/stream_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.1

🐞 Fixed
* Resolved an issue where media tracks were not being disabled or enabled correctly.
* Fixed a problem causing anonymous users to fail when connecting and joining calls.

## 0.7.0

🚧 Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is generated. Do not manually edit.
/// Current package version.
const String streamSdkName = 'stream-flutter';
const String streamVideoVersion = '0.7.0';
const String streamVideoVersion = '0.7.1';
const String androidWebRTCVersion = 'libwebrtc-m125.6422.03';
const String iosWebRTCVersion = 'libwebrtc-m125.6422.06';
4 changes: 2 additions & 2 deletions packages/stream_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_video
description: The Official Low-level Client for Stream Video, a service for
building video calls, audio rooms, and live-streaming applications.
version: 0.7.0
version: 0.7.1
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies:
rxdart: ^0.28.0
sdp_transform: ^0.3.2
state_notifier: ^1.0.0
stream_webrtc_flutter: ^0.12.5+1
stream_webrtc_flutter: ^0.12.5+2
synchronized: ^3.1.0
system_info2: ^4.0.0
tart: ^0.5.1
Expand Down
20 changes: 13 additions & 7 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
## 0.7.1

🐞 Fixed
* Resolved an issue where media tracks were not being disabled or enabled correctly. [#828](https://github.com/GetStream/stream-video-flutter/pull/828)
* Fixed a problem causing anonymous users to fail when connecting and joining calls. [#827](https://github.com/GetStream/stream-video-flutter/pull/827)

## 0.7.0

🚧 Breaking changes
* 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
* 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
* 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)
* 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)
* The `resolution` parameter of `Call.setPreferredIncomingVideoResolution()` method changed type from `VideoResolution` to `VideoDimension`.
* The `Call.onPermissionRequest` callback changed the event type passed as an argument from `CoordinatorCallPermissionRequestEvent` to `StreamCallPermissionRequestEvent`

✅ Added
* 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
* Added support for Closed Captions. https://github.com/GetStream/stream-video-flutter/pull/796
* 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)
* Added support for Closed Captions. [#796](https://github.com/GetStream/stream-video-flutter/pull/796)
* Listen to the `Call.closedCaptions` stream to overlay captions during your call.
* Use `CallPreferences` to configure:
* `closedCaptionsVisibilityDurationMs` for controlling how long captions are displayed.
Expand All @@ -17,11 +23,11 @@
* Learn More:
* Check the [guide](https://getstream.io/video/docs/flutter/closed-captions/) for integration steps.
* Explore the [cookbook](https://getstream.io/video/docs/flutter/ui-cookbook/closed-captions/) for UI tips.
* Dynamic codec negotiation during calls. https://github.com/GetStream/stream-video-flutter/pull/811
* Dynamic codec negotiation during calls. [#811](https://github.com/GetStream/stream-video-flutter/pull/811)

🐞 Fixed
* Fixed issues when ending the call while in Picture in Picture mode on Android. https://github.com/GetStream/stream-video-flutter/pull/822
* 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
* Fixed issues when ending the call while in Picture in Picture mode on Android. [#822](https://github.com/GetStream/stream-video-flutter/pull/822)
* 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)

## 0.6.1

Expand Down
8 changes: 4 additions & 4 deletions packages/stream_video_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies:
path_provider: ^2.1.0
share_plus: ^10.0.2
shared_preferences: ^2.2.0
stream_video: ^0.7.0
stream_video_flutter: ^0.7.0
stream_video_push_notification: ^0.7.0
stream_webrtc_flutter: ^0.12.5+1
stream_video: ^0.7.1
stream_video_flutter: ^0.7.1
stream_video_push_notification: ^0.7.1
stream_webrtc_flutter: ^0.12.5+2

dependency_overrides:
stream_video:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension ListAt<T extends Object> on List<T> {

/// Extensions on [Iterable].
extension IterableExtension<T> on Iterable<T> {
/// Insert any item<T> inBetween the list items
/// Insert any [item] inBetween the list items
List<T> insertBetween(T item) => expand((e) sync* {
yield item;
yield e;
Expand Down
6 changes: 3 additions & 3 deletions packages/stream_video_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_video_flutter
description: The Official UI package for Stream Video, a service for building
video calls, audio rooms, and live-streaming applications.
version: 0.7.0
version: 0.7.1
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand All @@ -20,8 +20,8 @@ dependencies:
permission_handler: ^11.3.1
plugin_platform_interface: ^2.1.8
rate_limiter: ^1.0.0
stream_video: ^0.7.0
stream_webrtc_flutter: ^0.12.5+1
stream_video: ^0.7.1
stream_webrtc_flutter: ^0.12.5+2
visibility_detector: ^0.4.0+2

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1
* Sync version with `stream_video_flutter` 0.7.1

## 0.7.0

🚧 Breaking changes
Expand Down
6 changes: 3 additions & 3 deletions packages/stream_video_push_notification/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_video_push_notification
description: Adds push notification support for Stream Video, a service for
building video calls, audio rooms, and live-streaming applications.
version: 0.7.0
version: 0.7.1
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand All @@ -21,10 +21,10 @@ dependencies:
meta: ^1.9.1
plugin_platform_interface: ^2.1.8
rxdart: ^0.28.0
stream_video: ^0.7.0
stream_video: ^0.7.1
uuid: ^4.2.1
shared_preferences: ^2.3.2
stream_webrtc_flutter: ^0.12.5+1
stream_webrtc_flutter: ^0.12.5+2

dev_dependencies:
build_runner: ^2.4.4
Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_screen_sharing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1
* Sync version with `stream_video_flutter` 0.7.1

## 0.7.0
* Sync version with `stream_video_flutter` 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video_screen_sharing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stream_video_screen_sharing
description: "Official Screen Sharing Plugin for Stream Video Flutter."
version: 0.7.0
version: 0.7.1
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand Down

0 comments on commit 7090c63

Please sign in to comment.