Meetings

class Meetings

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun createMeeting(request: MeetingRequest, onCompletion: (Either<Meeting, SippoResourceError>) -> Unit)

Creates a new meeting based on the provided request.

Link copied to clipboard
fun deleteMeetingById(id: String, onCompletion: (SippoResourceError?) -> Unit)

Deletes the meeting identified by the provided id.

Link copied to clipboard

Fetches the meeting from the specified id.

Link copied to clipboard
fun getMeetings(meetingSearch: MeetingSearch = MeetingSearch(), onCompletion: (Either<List<Meeting>, SippoResourceError>) -> Unit)

Fetches all the meetings from the specified meetingSearch.

Link copied to clipboard
fun updateMeeting(request: UpdateMeetingRequest, onCompletion: (Either<Meeting, SippoResourceError>) -> Unit)

Updates an existing meeting with the information provided in the request.