sippo-sdk / com.quobis.sippo.sipposdk.conference / Conferences / createConference

createConference

fun createConference(onCompletion: (Either<Conference, ConferenceError>) -> Unit): Unit

Creates a new conference.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive the created conference in case of success or a ConferenceError otherwise.