enter

abstract suspend fun enter(data: PresenceData? = null)

Method to join room presence, will emit an enter event to all subscribers. Repeat calls will trigger more enter events.

Parameters

data

The users data, a JSON serializable object that will be sent to all subscribers.

Throws

AblyException

object which explains the error.