updateMeeting

fun updateMeeting(request: UpdateMeetingRequest): Single<Meeting>

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

Return

A Single that will emit the updated meeting when the request is processed. In case of an error, it will emit a SippoResourceError.

Parameters

request

Update meeting request containing the details for updating an existing meeting.