opentok-react-native
opentok-react-native copied to clipboard
How to capture a frame from the publisher video?
Hi, I was wondering how can I capture a frame from the publisher video? As I know in the web SDK this is done with getImgData method. Is this functionality available here?
This functionality is not currently exposed in the library
I've done it using a react-native-view-shot and react-native-community/cameraroll with custom code. Works well.