We are using your janus video room plugin to talk to each other.
We use audio only.
From your “VideoRoom plugin documentation”, I know that the room ID is int type(unique numeric ID).
Could you tell me what is the maximum room ID of Janus video room?
(Is it the maximum of gunit64?)
It should be 2^53 - 1, which is the largest number possible in JavaScript. Since most of the times those IDs will be used in web applications, we don’t use the full 64-bit space.
Thanks for your prompt reply!
It is helpful.
I see.
By the way, I want to confirm whether there is a limit to the number of users in one room.
Could you tell me what is the maximum of users in a room?
(Or only depending on server’s performance)