djuka
Member
Hi, I have set video resolution like this:
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?
Code:
video:
{
width: {min:320,max:640},
height: {min:240,max:480}
}
Is there a possibility to automatically switch from 640x480 to 320x240 if the network is slow?