getInvitations

fun getInvitations(onCompletion: (List<Invitation>) -> 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.