sippo-sdk / com.quobis.sippo.sipposdk.conference / Conference / getInvitations

getInvitations

fun getInvitations(onCompletion: (List<Invitation>) -> Unit): Unit

Fetches all the invitations made for the user to this conference.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive the invitation list.