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
283 stars 130 forks source link

Leave button error #263

Open BukhryakovVladimir opened 4 months ago

BukhryakovVladimir commented 4 months ago

When pressing leave button in custom room an error occurs, and onLeave function doesn't execute, so there is no redirect with router.push. image

How to reproduce: start livekit-server in dev mode create token and enter custom room on livekit.meet.io (or on localhost) press Leave button

lukasIO commented 3 months ago

This error should not prevent any further code execution. Are you sure that this exact error is responsible for router.push not working?