createMeeting

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

Creates a new meeting based on the provided request.

Parameters

request

Meeting request containing the details of the new meeting

onCompletion

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