ripe-monitor-50671
02/23/2025, 1:44 PMgray-monkey-83525
02/23/2025, 1:44 PMunknown
, clientInitiated
, duplicateIdentity
, serverShutdown
, participantRemoved
, roomDeleted
, stateMismatch
, and joinFailure
.
Would you like more detailed information on how these reasons might be used or handled in the JavaScript SDK?
Sources:
- DisconnectReason enum π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.ripe-monitor-50671
02/23/2025, 1:46 PMgray-monkey-83525
02/23/2025, 1:46 PMDUPLICATE_IDENTITY
, PARTICIPANT_REMOVED
, and ROOM_DELETED
, as mentioned in the documentation.
Would you like more detailed information on handling disconnections in the JavaScript SDK?
Sources:
- RoomEvent.Disconnected π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.ripe-monitor-50671
02/23/2025, 1:50 PMgray-monkey-83525
02/23/2025, 1:50 PMDisconnected
event due to reasons like DUPLICATE_IDENTITY
, PARTICIPANT_REMOVED
, or ROOM_DELETED
. These are considered unrecoverable disconnections, and manual intervention is required to reconnect.
Would you like more details on how to handle reconnections manually?
Sources:
- https://livekit-users.slack.com/archives/C07FVFGAUKX/p1730865908.353019
- https://docs.livekit.io/client-sdk-flutter/livekit_client/RoomReconnectingEvent-class.html π 0 button π 0 button π‘ Hint: Mention @runllm in the thread for followups.