Skip to content

Fix multiplying users in call#3

Draft
Frenzyz wants to merge 1 commit into
mainfrom
cursor/fix-multiplying-users-in-call-6065
Draft

Fix multiplying users in call#3
Frenzyz wants to merge 1 commit into
mainfrom
cursor/fix-multiplying-users-in-call-6065

Conversation

@Frenzyz

@Frenzyz Frenzyz commented Jul 31, 2025

Copy link
Copy Markdown
Owner

Prevent duplicate WebRTC participants by adding deduplication logic across client and server.

The "user multiplication" was caused by multiple events (user-joined, room-participants) adding the same user without checks, repeated socket event registrations, and insufficient cleanup, leading to the same user appearing multiple times in the call. This PR implements comprehensive deduplication and improved state management on both client and server.


Open in Cursor Open in Web

Learn more about Cursor Agents

…handling

Co-authored-by: aadister16 <aadister16@gmail.com>
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify

netlify Bot commented Jul 31, 2025

Copy link
Copy Markdown

Deploy Preview for mtcha ready!

Name Link
🔨 Latest commit ac9c40a
🔍 Latest deploy log https://app.netlify.com/projects/mtcha/deploys/688ac726c1a9200008a45d21
😎 Deploy Preview https://deploy-preview-3--mtcha.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants