Hi, I have set video resolution like this:
video:
{
width: {min:320,max:640},
height: {min:240,max:480}
}
On mobile devices I get recordings always 640x480 even if the network is slow.
Is there a possibility to automatically switch from 640x480 to 320x240 if the network is slow?