subscribe To Presences By
fun subscribeToPresencesBy(userUris: List<String>): Single<List<Presence>>
Content copied to clipboard
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
user Uris
The UserUri list to subscribe to.