hasParticipant

fun hasParticipant(participant: Contact): Single<Boolean>

Checks if a participant belongs to this group.

Return

A single that will emit a boolean. It will receive true if the user belongs to this group or false if they don't. In case of error, it will emit a SippoResourceError.

Parameters

participant

User to be checked.