Closed skyman503 closed 1 year ago
it looks bad for me, the circles should be smaller. Pro tip for testing: const participants = new Array(20).fill().map((_, i) => ({ id: i + '', tracks: [], metadata: { displayName: i + '' }, })); //Membrane.useRoomParticipants();
it looks bad for me, the circles should be smaller. Pro tip for testing:
const participants = new Array(20).fill().map((_, i) => ({ id: i + '', tracks: [], metadata: { displayName: i + '' }, })); //Membrane.useRoomParticipants();
Changed circle size to be 75, now everything fits with a healthy margin, wdyt?
Changed circle size to be 75, now everything fits with a healthy margin, wdyt?