Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Oct 25, 2024
1 parent 7ab1a98 commit 1cf15da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/helpers/livekit/ConnectLivekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ export default class ConnectLivekit

if (this.enabledE2EE && isE2EESupported()) {
const workerMaker = new Worker(
new URL(
'/node_modules/livekit-client/dist/livekit-client.e2ee.worker.mjs',
import.meta.url,
),
new URL('./e2ee-worker/livekit-client.e2ee.worker.js', import.meta.url),
);

roomOptions.e2ee = {
Expand Down

0 comments on commit 1cf15da

Please sign in to comment.