Accessing filter in live stream

Hi there,
im using deepar in my react native mobile app right now the filters only work if the camera is initialized by the DeepAR tag but i need to know is there any possible way that i can apply deepar filters if the camera is initialized by some other sdk like rn-camer or zego cloud

React Native is not actively supported, but the only thing that DeepAR does internally is create a video element and set srcObject to the MediaStream object returned by getUserMedia(). If that works, you should be able to follow something similar to what is described here.