Quality of the desktop media stream

We can’t make quality of the video higher/better, right now it’s kind of pixelated. We adjusted following things:

on the server side

openvidu.streams.video.max-recv-bandwidth=3000
openvidu.streams.video.min-recv-bandwidth=300
openvidu.streams.video.max-send-bandwidth=3000
openvidu.streams.video.min-send-bandwidth=300

on the client side
video constraint - resolution 1920:1080

Are we missing something? If the bandwidth is good enough what else we can do?
Thank you in advance!

For now this is all you can configure to improve video quality in OpenVidu.

Take into account that sending media in realtime requires to encode the media in VP8 or H264 protocols and quality can be degraded depending on CPU power of your machine. Also, browsers impose some internal limits.