Skip to content

Commit

Permalink
Update iframe-events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored Jan 22, 2024
1 parent 99b2d20 commit a4cb09c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/dev-guide/iframe-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,18 @@ Will only fire if rtcstats is enabled.
}
```

### transcribingStatusChanged

Provides event notifications about status changes in the transcribing process.

The listener receives an object with the following structure:

```javascript
{
on: boolean,
}
```

### transcriptionChunkReceived

Provides event notifications about new transcription chunks being available.
Expand Down

0 comments on commit a4cb09c

Please sign in to comment.