If we create the rooms dynamically using the javascript API, I understand that once the room is created with a max publishers, there is no way to change it. however,
does a janus restart and a new request with a different create api and a new publishers setting work to change the limit?? From Claudio's comment "Restarting Janus does not change the limit.." and your reply "Yes, at the moment when you specify a max publishers for a room, that can't be changed anymore."
Seems to indicate that its somehow unchangeable for dynamic rooms. Is that the case??
Is there a way to have unlimited publishers? or should I set a really high number instead, say 1000"?
I am concerned because I have webinar type configuration with a videoroom where I am expecting to have many "active" publishers, say 6, (but could be more or less), and perhaps 300 participants. However these participants also join the video room as "dummy publishers", for the sole purpose of getting the publisher join/leave events and attaching new streams to them, as per the janus samples..
Should my MAX publisher setting then be close to 306 for this example??