Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko committed Aug 1, 2024
1 parent 16342f8 commit adf48d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/real-time-stt/develop/record-captions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ To follow this procedure, you must:

## Implementation

### Encrypt the captions
### Record the captions

To encrypt the captions, follow the API call sequence from the [REST Quickstart](../get-started/quickstart) and modify the `start` request to include caption recording parameters as follows:
To record the captions, follow the API call sequence from the [REST Quickstart](../get-started/quickstart) and modify the `start` request to include caption recording parameters as follows:

```shell
curl --location -g 'https://api.agora.io/v1/projects/{{appId}}/rtsc/speech-to-text/tasks?builderToken={{tokenName}}' \
Expand Down

0 comments on commit adf48d7

Please sign in to comment.