livekit-examples / meet

Open source video conferencing app built on LiveKit Components, LiveKit Cloud, and Next.js.
https://meet.livekit.io
Apache License 2.0
325 stars 153 forks source link

bug: e2ee not work when first enter room #358

Open showonne opened 1 month ago

showonne commented 1 month ago

I'm using Custom Server demo to test base functionality. After enter server url, token and Passphrase to connect server, I can enter room successfully, but the e2ee is not worked as expected, My profile does not appear the lock icon and the data not decoded correctly, but after refresh the page, the lock icon appeared and the data decoded correctly.

lukasIO commented 1 month ago

is this on the custom connection? could you post the logs?

showonne commented 1 month ago

yes, it is on the custom connection. When I first enter room, there is no logs related to e2ee, and after reload page by cmd + R, logs contain setting up e2ee and the e2ee is successed. what logs do I need to provide ? I found an error in console, not sure if it's relevat to this issue. image image