mirror of
https://github.com/livekit/livekit.git
synced 2026-05-19 04:35:34 +00:00
a68500d4a1
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.