Skip to content

Commit 03f6aee

Browse files
committed
feat(e2ee): upgrade waterbus-sdk including sframe e2ee
1 parent 3d32ebe commit 03f6aee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The Waterbus concept has been used for physical transportation, but it can also
1818

1919
| Feature | Subscribe/Publish | AV1, VP8, H264 | Screen Sharing | Picture in Picture | Virtual Background | End to End Encryption | Record Media |
2020
| :-----: | :---------------: | :-------: | :-------: | :--------------: | :------------: | :-------------------: | :-------------------: |
21-
| iOS | 🟢 | 🟢 | 🟢 | 🟡 | 🔴 | 🟡 | 🟡 |
22-
| Android | 🟢 | 🟢 | 🟢| 🟡 | 🟡 | 🟡 | 🟡 |
21+
| iOS | 🟢 | 🟢 | 🟢 | 🟡 | 🔴 | 🟢 | 🟡 |
22+
| Android | 🟢 | 🟢 | 🟢| 🟡 | 🟡 | 🟢 | 🟡 |
2323

2424
🟢 = Available
2525

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
2626
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
2727
<application
28-
android:label="waterbus"
28+
android:label="Waterbus"
2929
android:name="${applicationName}"
3030
android:icon="@mipmap/launcher_icon"
3131
android:usesCleartextTraffic="true"

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,8 +1785,8 @@ packages:
17851785
dependency: "direct main"
17861786
description:
17871787
path: "."
1788-
ref: "0.0.3"
1789-
resolved-ref: de8fac2ba579145a5243daecd2002e77f02676db
1788+
ref: "feat/e2ee"
1789+
resolved-ref: f3a850cc6843ca93f656448cd1581a9cb1c1ff19
17901790
url: "https://github.com/waterbustech/waterbus-flutter-sdk.git"
17911791
source: git
17921792
version: "0.0.3"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies:
100100
git:
101101
url: https://github.com/waterbustech/waterbus-flutter-sdk.git
102102
path: '.'
103-
ref: 0.0.3
103+
ref: feat/e2ee
104104

105105
dependency_overrides:
106106
watcher: ^1.1.0

0 commit comments

Comments
 (0)