sippo-sdk / com.quobis.sippo.sipposdk.presence.listener / PresencesListener

PresencesListener

interface PresencesListener

A listener to receive presence events.

This interface includes all the callbacks needed to listen to presence events and to perform the appropriate actions when any of these events are received.

Functions

onLocalPresenceUpdated

abstract fun onLocalPresenceUpdated(presences: Presences, presence: Presence): Unit

Performs any actions that could be required when the presence of the local user is updated.

onRemotePresenceUpdated

abstract fun onRemotePresenceUpdated(presences: Presences, presence: Presence): Unit

Performs any actions that could be required when the presence of a remote user is updated.