> 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/android-reference-new/sessionreconnectlistener.md).

# SessionReconnectListener

* The Interface SessionReconnectListener monitors the reconnect events from the Session.
* The SessionReconnectListener is created together with the Session instance.

| Type | Methods                                                                                                                                             | Parameters                                                                                                                                     |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| void | <p>onParticipantReconnecting(String participantId)</p><p><em>callback for starting to reconnect remote participant</em></p>                         | <ul><li><strong>participantId</strong> - participan’s the unique</li></ul>                                                                     |
| void | <p>onParticipantReconnected(String participantId, String oldParticipantId)</p><p><em>callback for ending to reconnect remote participant</em>  </p> | <ul><li><strong>participantId</strong> - participan’s the unique</li><li><strong>oldParticipantId</strong> - participan’s the unique</li></ul> |
