sippo-sdk / com.quobis.sippo.sipposdk.presence / PresencesRx / subscribeToPresences

subscribeToPresences

fun subscribeToPresences(contacts: List<Contact>): Single<List<Presence>>

Subscribes to the presence of each contact included in contacts.

Parameters

contacts - Contact list to subscribe to.

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