get Meetings
fun getMeetings(meetingSearch: MeetingSearch = MeetingSearch(), onCompletion: (Either<List<Meeting>, SippoResourceError>) -> Unit)
Fetches all the meetings from the specified meetingSearch.
Parameters
meeting Search
Query from which the meetings will be fetched.
on Completion
Callback that will be invoked when the request is completed. It will receive the meeting list in case of success or a SippoResourceError otherwise.