SessionManagerListener

A listener to receive events for the session manager.

This interface includes the callback needed to listen to the chat client state events and to perform the appropriate actions when one of these events are received.

Functions

Link copied to clipboard
abstract fun onChatServiceConnectionChanged(isConnected: Boolean)

Called when there is a change in the chat service connection status.

Link copied to clipboard

Called when there is a change in the conference service connection status.

Link copied to clipboard
abstract fun onConnectivityChanged(isConnected: Boolean)

Called when there is a change in internet connectivity status.

Link copied to clipboard
abstract fun onReconnectionNotPossible(isNotPossible: Boolean)

Called when reconnection to the session manager is not possible.