You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,8 @@ This app cannot run on iOS simulator on M1 Macs.
37
37
```sh
38
38
yarn android
39
39
```
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