Skip to content

Commit

Permalink
docs: update transcription docs
Browse files Browse the repository at this point in the history
  • Loading branch information
quitrk committed Dec 11, 2023
1 parent 2450da2 commit dda1970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dev-guide/iframe-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ Enables or disables the subtitles.

```javascript
api.executeCommand('setSubtitles',
enabled: boolean
enabled: boolean,
displaySubtitles: boolean = true,
language: string | null = 'en'
);
```

Expand Down

0 comments on commit dda1970

Please sign in to comment.