Need transcripts for past sessions via video sdk

We have a web app that creates meetings via the video sdk, using the github repo “videosdk-ui-toolkit-web”

We use our backend server to issue auth tokens to be used by our frontend angular app, and can use the api to access past sessions at /videosdk/sessions but the endpoint at /videosdk/recordings shows no past recordings.

Additionally the api at /videosdk/sessions/ returns Session does not exist

please advise on how to access transcripts and retrieve session details for past sessions

Hi @bradley ,

According to our documentation, recording is not currently a supported feature of the UI Toolkit. So if you’ve built an application based on the ui-toolkit, you’re unable to record and therefore retrieve sessions.

When using the […]/sessions endpoint, are you adding the session ID at the end and still getting ‘session does not exist’? If so, how are you retrieving the session ID?

Thanks,
Rehema