Hello!
The Webex CC JavaScript SDK doesn’t support fetching transcripts or recordings directly. To access these, you’ll need to use the Webex CC Capture APIs separately and authenticate using OAuth 2.0. The SDK doesn’t provide access tokens for general API use, so you’ll need to implement your own OAuth flow (e.g., client credentials) to obtain an access token and call the Capture APIs from your backend at the end of an interaction.