Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Oct 5, 2023
1 parent 37aa388 commit 58e2b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/javascript/v2/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: Release Notes for 100ms JavaScript SDK
Released: `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`, `@100mslive/[email protected]`

### Added:
- New API for handling peer list in large rooms(>10k peers)
- [New API](/javascript/v2/how-to-guides/set-up-video-conferencing/peerlist-optimizations) for handling peer list in large rooms(>10k peers)
- Reduced time taken for updating the hls live status

### Fixed:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Handling peerlist in large room(10k peers or more)
title: Handling peerlist in large room
nav: 1.23
---

Prerequisites:

**Minimum required [SDK version](../../changelog/release-notes#2023-10-04)**

In case of large rooms, it does not make sense to show all the peers at once as the peers of interest would be limited. So we updated our implementation
In case of large rooms(more than 5k peers), it does not make sense to show all the peers at once as the peers of interest would be limited. So we updated our implementation
to show peers of interest(peers with publish permissions, peers who handraised) in the initial peer list.

However, if you wish to show peers of particular role(s), we introduced new set of API's to achieve this.
Expand Down

0 comments on commit 58e2b2d

Please sign in to comment.