create Conference
fun createConference(onCompletion: (Either<Conference, ConferenceError>) -> Unit)
Content copied to clipboard
Creates a new conference.
Parameters
on Completion
Callback that will be invoked when the request is completed. It will receive the created conference in case of success or a ConferenceError otherwise.