updateMeeting

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

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

Parameters

request

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

onCompletion

Callback that will be invoked when the request is completed. Receives either the updated meeting on success or a SippoResourceError on failure.