Skip to content

Commit e73eaff

Browse files
authored
E2EE improvement. (#461)
* support getKeyIndex for encryptors. * Improve E2EE, make events consistent with native. * update e2ee.worker.dart.js.
1 parent fcfc566 commit e73eaff

9 files changed

+6285
-11042
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,12 @@ By default, the native platform can support E2EE without any settings, but for f
276276

277277
```bash
278278
# for example app
279-
dart compile js .\web\e2ee.worker.dart -o .\example\web\e2ee.worker.dart.js
279+
dart compile js web/e2ee.worker.dart -o example/web/e2ee.worker.dart.js -m
280280
# for your project
281281
export YOU_PROJECT_DIR=your_project_dir
282282
git clone https://github.com/livekit/client-sdk-flutter.git
283283
cd client-sdk-flutter && flutter pub get
284-
dart compile js .\web\e2ee.worker.dart -o ${YOU_PROJECT_DIR}\web\e2ee.worker.dart.js
284+
dart compile js web/e2ee.worker.dart -o ${YOU_PROJECT_DIR}/web/e2ee.worker.dart.js -m
285285
```
286286

287287
### Advanced track manipulation

0 commit comments

Comments
 (0)