Manipulation of the video feed

Hello,

I’d like to “zoom in” and “zoom out” on a user’s video stream. E.g. zoom in on the bottom half of the screen, or in the middle of the screen. How could I achieve this?

regards
Dennis

@fides-it this is not part of the feature of Video SDK. You might be able to do this using native API of the platform.

Thanks! I managed it by doing some DOM+JS manipulation.