> 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/sessionconnectionlistener.md).

# SessionConnectionListener

* Interface SessionConnectionListener monitors connection states events from the Session.
* The SessionConnectionListener is created together with the Session instance.

| Type | Methods                                      | Parameters                                                                  |
| ---- | -------------------------------------------- | --------------------------------------------------------------------------- |
| void | onLocalConnectionLost()                      |                                                                             |
| void | onLocalConnectionResumed()                   |                                                                             |
| void | onRemoteConnectionLost(String participantId) | <ul><li><strong>participantId</strong> - participant’s the unique</li></ul> |
