Video effects in React Native WebRTC - is this possible?

I have an video editor app (without rn WebRTC) and I wonder if I can add effects, mask, etc in React Native WebRTC too?

Not really. The view which the plugin exposes is a native one, not something like a canvas is on the web.