updateOwnPresence

fun updateOwnPresence(presence: Presence): Single<Presence>

Updates the presence for the current user.

Only the state, displayName and avatar parameters can be updated. Any other changes will be ignored.

Return

A single that will emit the updated presence when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

presence

Presence to be updated.