ANSWER PLS - How can I take a screenshot from a RTCView?

I want to take a screenshot from RTCView and It seems the package does not support this feature. Is there any way to take a screen shot from the RTCView or it’s container?

I tried using react-native-view-shot package but somehow I just get an empty invalid image.
Thanks you

It’s not possible. Video is drawn using OpenGL which means screenshitting libaries won’t work.

Hi, react-native-view-shot works for me.