Hi all,
Can you tell me, please, whether there are ways to change fps or frame rate?
I’m currently using this code but also looking for other ways to decrease users’ CPU usage.
resolution: 180,
constraints: {
video: {
aspectRatio: 16 / 9,
height: {
ideal: 180,
max: 180,
min: 180
}
}
},