createMeeting

fun createMeeting(request: MeetingRequest): Single<Meeting>

Creates a new meeting based on the provided request.

Return

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

Parameters

request

Meeting request containing the details of the new meeting