createConference

fun createConference(onCompletion: (Either<Conference, ConferenceError>) -> 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.