mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 06:45:43 +00:00
Cannot send old style leave request during migration and other scenarios when client is expected to resume. The old style can only do a full reconnect or disconnect. If `CanReconnect: false` which will be the case for resume, client will disconnect. Add a parameter to selectively send leave request to older clients.