subscribeToPresencesBy

fun subscribeToPresencesBy(userUris: List<String>): Single<List<Presence>>

Subscribes to the presence of each contact included in userUris.

Return

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

Parameters

userUris

The UserUri list to subscribe to.