Skip to content

Commit

Permalink
Update iframe-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored Jul 4, 2024
1 parent 5bef45a commit c681fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev-guide/iframe-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ api.startRecording(options);

### stopRecording

Stops an ongoing file recording or streaming session. See the `stopRecording` command for more details.
Stops an ongoing file recording, streaming session or transcription. See the `stopRecording` command for more details.

```javascript
api.stopRecording(mode);
api.stopRecording(mode, transcription);
```

### getNumberOfParticipants
Expand Down

0 comments on commit c681fe7

Please sign in to comment.