For the complete documentation index, see llms.txt. This page is also available as Markdown.

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)

  • participantId - participant’s the unique

Last updated