SpaceObserver

interface SpaceObserver

Callback to receive the events from a SpaceClient.

Since

2.3.0

Types

Link copied to clipboard

The event when a space call ended.

Link copied to clipboard

The event when a space call started.

Link copied to clipboard

The event when a new space was created

Link copied to clipboard

Marker interface for all space events.

Link copied to clipboard

The event when a space was changed (usually a rename).

Functions

Link copied to clipboard
abstract fun onEvent(event: SpaceObserver.SpaceEvent)

Invoked when there is a new SpaceEvent.