vol-and

Results 3 comments of vol-and

> I was also facing this issue and this is what worked for me > Inspect > Setting > Uncheck the box "Enable JavaScript source maps" under Sources that works,...

To make it straight: I want rooms to have 10 to 12 users each. But I don't know how many users will come, lets say 30 to 80 at once....

This is how I use it: (this is one room with unknown number of users) room = 'Roomname'; // null let localStream = AgoraRTC.createStream({ audio: true, video: true }); localStream.init(()...