Hide Transcripts

Use the UIConfiguration object to hide the transcript button from the conversations menu.

This article applies to the following implementations:

UI SDKCore SDK

This feature requires version 1.7.0 or later of the Enhanced In-App Chat SDK.

Important

UIConfiguration.swift
1​​/**
2 * Create a UIConfiguration object and set the transcriptConfiguration
3 * value to false to hide it.
4 */
5let configuration = UIConfiguration(serviceAPI: <String>, organizationId: <String>, developerName: <name>, conversationId: <UUID>)
6configuration.transcriptConfiguration = TranscriptConfiguration(allowTranscriptDownload: false)