Avoid gray borders in WebRTC window

How can I avoid the gray borders in the WebRTC window? They are also visible during Full Screen.

It looks like these borders are introduced as a result of the HTML CSS code which scales the streaming feed. Ideally I would want to keep the full width of the streamed video feed and not apply any scaling on the front-end side.