setSpokenLanguage

abstract fun setSpokenLanguage(language: LanguageItem, handler: CompletionHandler<SpokenLanguageSelectionError>)

This sets the spoken language for the call. Only host of this call can change spoken language.

Since

3.10.0

Parameters

language

LanguageItem to be set.

handler

A completion handler which will notify if there is any error or if the spoken language has been set successfully.