Skip to content

Commit

Permalink
core: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienbl committed Sep 18, 2019
1 parent 116b973 commit 1227d27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@ Vivox.muteMyself(true); // returns Promise<>
```javascript
Vivox.isMuted(); // returns Promise<boolean>
```

### Retrieve the currently speaking players
```javascript
Vivox.getSpeakingParticipants(); // returns Promise<Object>
```

0 comments on commit 1227d27

Please sign in to comment.