Super resolution at client side when band width is low

Hello I am trying to do super resolution of the video when the band width is low. I am not able to figure out where do I need to do the changes in the jitsi-meet and lib-jitsi-meet. Please help me

I’m probably not fully understanding what you mean, but going back what I understand “super resolution” to be in other areas, I don’t see how you’re going to accomplish that in Jitsi (an SFU environment). When you say “band width is low”, which bandwidth - the server or client?

When band width of the remote user is low, then the video clarity is less right, then we want to enhance the video quality using upscaler js. I want to where is the code for rendering or video frame handling in lib-jitsi-meet.

Rendering of video is done using a video element inside the browser. So code for rendering is inside the browser code. Attaching the element to a track is in lib-jitsi-meet.

Can you point to specific file in lib-jitsi-meet?