cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
115
Views
0
Helpful
1
Replies

Webex CC JavaScript SDK (headless widget)

uzair.anwar
Level 1
Level 1

I am working on a widget based on the Webex CC JavaScript SDK (headless widget).
Now there is a requirement to, at the end of an interaction, retrieve the transcript or recording of that interaction (using Webex CC Capture APIs).

  1. Is there a way to get the transcript or recording directly via the JavaScript SDK?

  2. If not, what is the recommended way to do this?

  3. Since Webex CC provides OAuth 2.0 for API access tokens, is it possible to obtain an access token from within the SDK for making native API calls?

1 Reply 1

Kandy291Jack
Community Member

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.