WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

Freeze in the stream when connecting to more than 4 peers

Open LuckyCoders opened this issue 1 year ago • 1 comments

When I try to connect to a room with > 4 participants setlocaldescription the whole application hangs at all

The more connections, the faster it hangs.

LuckyCoders avatar Apr 29 '23 20:04 LuckyCoders

hi @LuckyCoders I resolve this problem implementing a class to manager the peerconnection and to do connection one at a time

dbemfica avatar Feb 08 '24 14:02 dbemfica