updateOwnDisplayName

fun updateOwnDisplayName(displayName: String): Single<Presence>

Updates the current user displayName.

Return

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

Parameters

displayName

Display name to be updated.