updateOwnMood

fun updateOwnMood(mood: String): Single<Presence>

Updates the current user mood.

Return

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

Parameters

mood

Mood to be updated.