Can I change the Video resolution of a Room at run-time?

Any changes in the Room configuration can only reflect in the subsequent session.  You can change the video resolution by updating “quality” in the Room JSON Raw Body as shown below: 

HTTP PATCH -H “Authorization: Basic $(echo -ne “: ” | base64 –wrap 0)” \ -H “content-type: application/json” -d ' 
{ 
     “name”: “test Room”, “settings”: { 
     “participants”: “6”, “quality”: “SD”, “auto_recording”: true 
}' “https://api.enablex.io/v1/rooms/”
  • HD quality = 720 p 
  • SD quality = 480 p 
  • LD quality = 240 p