updateOwnAvatar

fun updateOwnAvatar(avatar: String): Single<Presence>

Updates the current user avatar.

Return

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

Parameters

avatar

Avatar encoded on Base64 to be updated.