53672: Video Room Transcriptions: Unsupported attribute(s) in TranscriptionsConfiguration
VIDEO
ERROR
This error occurs when the TranscriptionsConfiguration object in a Room creation request includes one or more attributes that Twilio does not support for Video real-time transcriptions. If you enable TranscribeParticipantsOnConnect and do not provide TranscriptionsConfiguration, Twilio uses the default transcription settings.
- The
TranscriptionsConfigurationobject includes a key that is not supported for Video real-time transcriptions. - A supported configuration property was misspelled or used with the wrong capitalization.
- The request used attributes outside the supported configuration set, such as properties other than
transcriptionEngine,speechModel,languageCode,partialResults,profanityFilter,hints, orenableAutomaticPunctuation.
- Review the Debugger event for the specific attribute that caused the request to fail.
- Remove any unsupported keys from
TranscriptionsConfiguration. - Update property names to match the supported configuration fields exactly.
- If you do not need custom transcription settings, omit
TranscriptionsConfigurationand create the Room withTranscribeParticipantsOnConnect=trueso Twilio applies the default configuration.