Dear Micael,
Please help us with these questions it would a great help if you can do so:
I have 4 questions to ask
-
We have already created a openvidu server using following configuration
“maxRecvBandwidth”: 1000
“minRecvBandwidth”: 300
“maxSendBandwidth”: 1000
“minSendBandwidth”: 300
However, we are able to connect up to 3 persons at one video call and noticed a poor performance. Now we have changed the configuration with following configuration
“maxRecvBandwidth”: 300
“minRecvBandwidth”: 100
“maxSendBandwidth”: 300
“minSendBandwidth”: 100
Now we were able to connect more than 5 persons and noticed improvement in the performance. Can you please explain what is the difference between above configuration and why there was an issue with connectivity? -
We have the following AWS Instance configuration
CPU - 2Core
RAM - 8GB
How to create multiple “open vid” sessions?
Is the above configuration enough to create multiple “openvidu” sessions parally? If not, what are all the system requirements for creating multiple sessions? -
How to identify the “role” ?
Ex: if I’m hosting the session, how the users will know that I will be the admin and also how can I view the “role” of participants? -
We observed that when we use this meeting application on a mobile device using a web browser. The device get’s overheating. Is there any specific reason?
Any advice or assistance on the matter would be greatly appreciated.