Skip to content

Commit e479393

Browse files
authored
Add E2EE notes to example readme (#189)
1 parent 63ee5f6 commit e479393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ This app cannot run on iOS simulator on M1 Macs.
3737
```sh
3838
yarn android
3939
```
40+
41+
42+
### End-to-End Encryption (E2EE)
43+
44+
This example app demonstrates E2EE functionality using the `useRNE2EEManager` hook. You can enable E2EE by toggling it in the pre-join screen and providing an encryption key. When enabled, all audio and video tracks in the room will be end-to-end encrypted.

0 commit comments

Comments
 (0)