jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Maximum users at the same Room #1091

Open snowshine09 opened 9 years ago

snowshine09 commented 9 years ago

I found that users logging to the same page would be at most 6 persons at the same time. Otherwise, the 7th person would be directed to a 2nd room, and blocked from seeing any others’ interaction in the first room (vice versa). What should I do to add the maximum thresh for online users of the same room? I tried TogetherJSConfig_findRoom = {prefix: "111", max: 40}; But it did not work. Can someone help? Thanks!