Transcript export

Let's export the results...

It's possible to export the transcript into the file with one of the following formats: docx, pdf or txt. Also starting the export you can define, should the export result contain notes about timestamps and speakers or not. And for sure you can define the file name for the export result.

The process of export consists of 3 steps:

  1. Send the API request with all necessary parameters to start export.
  2. Subscribe on the signalR event transcriptExportCompleted in common hub and wait when it's triggered.
  3. Using the data, received by signalR, try the API to download the file.