I want to accomplish application screen recording with face(selfie) camera on, in picture-in-picture mode. In this, user can record screen while interacting with application and at the same time face camera should be able to record his reaction and what he speaks when screen recording start.
Is it possible in react-native or I need to go with native? or It cannot possible neither in hybrid nor in native?
As I went through research and found that gamers are using du recorder application to record their face while playing games on their phone. But this is third-party app, I want in my own application.
I am aware about https://www.npmjs.com/package/react-native-record-screen and https://www.npmjs.com/package/react-native-camera this libraries, but I am not sure about these libraries would work as I menioned above.
If anyone helps, it would be appreciated.
TIA.
I want to accomplish application screen recording with face(selfie) camera on, in picture-in-picture mode. In this, user can record screen while interacting with application and at the same time face camera should be able to record his reaction and what he speaks when screen recording start.
Is it possible in react-native or I need to go with native? or It cannot possible neither in hybrid nor in native?