How to implement zooming in and zooming out feature in open-vidu-react-native?

I am using open-vidu react native for a video call application.
I am having trouble implementing zooming in and zooming out feature when the video call is going on.
So my problem is, when a video call is happening any user should be able to zoom in or zoom out.
I could not find any resource on how to implement this feature.

The RTCView component from “openvidu-react-native-adapter” should zoom-in when the user pinches the screen. And similarly the zoom out should occur.

RTCView component is based on https://github.com/react-native-webrtc/react-native-webrtc.

You can investigate this project to see if the feature you want can be implemented.

Regards