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

getInvitations

fun getInvitations(): Single<List<Invitation>>

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

Return
A single that will emit the invitation list when the request is processed. In case there are no invitations made by the user, it will emit an empty list (it will not emit an error).