> For the complete documentation index, see [llms.txt](https://documentation.sceenic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.sceenic.co/watch-together-sdk/sscale-confluence-api-references/sscale-confluence-web-sdk-reference/reconnectlisteners.md).

# ReconnectListeners

## Public Method Summary <a href="#public-method-summary" id="public-method-summary"></a>

| **Methods**                                              | **Description**                                                                                     | **Parameters** |
| -------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | -------------- |
| onLocalConnectionLost(fn)                                | The Event handler is invoked when the local participant loses network connection                    |                |
| onLocalConnectionResumed(fn)                             | The Event handler is invoked when the user acquired back the connection to the network              |                |
| onLocalParticipantReconnected(fn)                        | The Event handler is invoked when the user successfully reconnected to the session                  |                |
| onLocalParticipantReconnecting(fn)                       | The Event handler is invoked when the user is in the process of reconnecting                        |                |
| onRemoteParticipantConnectionLost((participantId) => {}) | The Event handler is invoked when the remote participant loses connection to the session            |                |
| onRemoteParticipantReconnecting((participantId) => {})   | The Event handler is invoked when the remote participant starts the reconnect process               |                |
| onRemoteParticipantReconnected((participantId) => {})    | The Event handler is invoked when the remote participant is successfully reconnected to the session |                |
