diff --git a/README.md b/README.md index 5757de5..b7cba75 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,8 @@ Vivox.muteMyself(true); // returns Promise<> ```javascript Vivox.isMuted(); // returns Promise ``` + +### Retrieve the currently speaking players +```javascript +Vivox.getSpeakingParticipants(); // returns Promise +```