sippo-sdk / com.quobis.sippo.sipposdk.group / GroupRx / hasParticipant

hasParticipant

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

Checks if a participant belongs to this group.

Parameters

participant - User to be checked.

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.