UseDocumentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
configureSession() only if you still depend on the legacy session-configuration structure.
Usage
Prerequisites
- User must be authenticated.
Input validation
defaultLanguage: Must be a valid language code.defaultOutputLanguage: Must be a valid language code.defaultTemplateKey: Must be a language-agnostic template identifier.defaultMode: Must be either"virtual"or"in-person".- If either
defaultTemplateKeyordefaultOutputLanguageis provided, both must be provided together.
Possible errors
UNAUTHORIZED: User not authenticated.INVALID_PAYLOAD: Invalid payload, including when only one ofdefaultTemplateKeyordefaultOutputLanguageis provided.NOT_FOUND: No template matchesdefaultTemplateKeyplusdefaultOutputLanguage.INTERNAL_ERROR: Failed to update session settings.
Returns
void