startTranscription

fun startTranscription(properties: StartTranscriptionProperties, listener: RequestListener? = null)

Starts transcription with the specified properties.

The optional callback (listener) will be invoked either when the operation has completed, or if it encounters an error.

Errors will also be provided to the CallClientListener.onError callback.