We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5c0ce commit 8fcb858Copy full SHA for 8fcb858
livekit-rtc/livekit/rtc/room.py
@@ -487,7 +487,9 @@ def on_participant_connected(participant):
487
488
self._ffi_handle = FfiHandle(cb.connect.result.room.handle.id)
489
490
- self._e2ee_manager = E2EEManager(self._ffi_handle.handle, options.e2ee)
+ self._e2ee_manager = E2EEManager(
491
+ self._ffi_handle.handle, options.encryption or options.e2ee
492
+ )
493
494
self._info = cb.connect.result.room.info
495
self._connection_state = ConnectionState.CONN_CONNECTED
0 commit comments