subscribe To External Contact Presences
fun subscribeToExternalContactPresences(contactIds: List<String>, onUpdate: (Either<List<ExternalPresence>, SippoResourceError>) -> Unit): ExternalPresenceSubscription
Subscribes to external presence updates for the specified contacts.
Return
Subscription that can be used to stop receiving updates.
Parameters
contact Ids
Contact identifiers whose external presence is requested.
on Update
Callback invoked with complete external presence snapshots or a terminal SippoResourceError.