Skip to content

Commit

Permalink
Adds audioOnlyChanged IFrame API event documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov authored Nov 15, 2024
1 parent e792087 commit de05832
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/dev-guide/iframe-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,19 @@ The listener receives an object with the following structure:
}
```


### audioOnlyChanged

Provides event notifications about changes to the audio only mode status.

The listener receives an object with the following structure:

```javascript
{
audioOnlyChanged: boolean // whether the audio only is enabled or disabled.
}
```

[config.js]: https://github.com/jitsi/jitsi-meet/blob/master/config.js
[interface_config.js]: https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js
[EventEmitter]: https://nodejs.org/api/events.html
Expand Down

0 comments on commit de05832

Please sign in to comment.