subscribe To Presences
fun subscribeToPresences(contacts: List<Contact>): Single<List<Presence>>
Content copied to clipboard
Subscribes to the presence of each contact included in contacts.
Return
A single that will emit the presence list when the request is processed. In case of error, it will emit a SippoResourceError.
Parameters
contacts
Contact list to subscribe to.