sippo-sdk / com.quobis.sippo.sipposdk.group / Group / removeAllParticipants

removeAllParticipants

fun removeAllParticipants(onCompletion: (SippoResourceError?) -> Unit): Unit

Removes all participants from this group. Note: The user needs to be the group's owner.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.