This message was deleted.
# helpdesk
s
This message was deleted.
p
while LiveKit is trying to reconnect the sdk doesn’t emit a
Disconnected
event. it will only do so once all reconnect attempts are exhausted. In order to listen to a reconnection attempt you can listen to
RoomEvent.Reconnecting
and
RoomEvent.Reconnected
for knowing when the connection has re-established. Another way (for getting all connection-status updates) is to listen to
RoomEvent.ConnectionStateChanged
.
1
f
Thanks