Skip to content

Commit

Permalink
Update code snippets for node (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed May 14, 2024
2 parents 3a920cd + 241f90a commit bbec1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ An error will be returned if the recording doesn't exist.
<TabItem value="js" label="JavaScript">

```js
call.deleteRecording(sessionID, filename);
call.deleteRecording({ session: '<session id>', filename: '<filename>' })
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ An error will be returned if the transcription doesn't exist.
<TabItem value="js" label="JavaScript">

```js
call.deleteTranscription(sessionID, filename);
call.deleteTranscription({ session: '<session ID>', filename: '<filename>' })
```

</TabItem>
Expand Down

0 comments on commit bbec1ee

Please sign in to comment.