getMeetings

fun getMeetings(meetingSearch: MeetingSearch = MeetingSearch()): Single<List<Meeting>>

Fetches all the meetings from the specified meetingSearch.

Return

A single that will emit the meetings list when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

meetingSearch

Query from which the meetings will be fetched.