Is it possible to customize jitsi UI and user flow with react?

I want to make an application that enables someone to control the participant video, audio, etc. also I as a developer want to be able to have full control of the meeting page layout, in other words, I need full control of the jitsi functionalities and provide my own flow.
is there any low-level access to the meeting API method in react?

If you want such level of control you’ll need to use lib-Jitsi-meet, which provides no UI. It’s the lower level library we use for building Jitsi meet.

Thanks, I am using it but I didn’t find a version optimized for React, so I had to inject the script also typing is not there so it is a bit tricky to use it with react and typescript. is there any npm package for it?

There is no npm package at the moment.