Skip to content

Commit

Permalink
set max participants tom 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Oct 27, 2023
1 parent 88a1d78 commit d351113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/p2p-call/P2PCallMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@ function P2PMirrorCallSlot({
);
}

const MAX_PARTICIPANTS = 2;
const MAX_PARTICIPANTS = 5;

0 comments on commit d351113

Please sign in to comment.