get App Settings
Gets application-level configuration settings.
Must be called after a successful connection. Returns feature switches and configuration values managed on the server side.
val settings = NCEngine.getAppSettings()
if (settings.isSpeechToTextEnabled) {
// Speech-to-text is available
}Content copied to clipboard
Return
Application settings