opentok-react-native icon indicating copy to clipboard operation
opentok-react-native copied to clipboard

How to capture a frame from the publisher video?

Open vemir8 opened this issue 3 years ago • 2 comments

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?

vemir8 avatar Aug 09 '21 08:08 vemir8

This functionality is not currently exposed in the library

abdulajet avatar May 30 '22 14:05 abdulajet

I've done it using a react-native-view-shot and react-native-community/cameraroll with custom code. Works well.

colinm avatar Jun 20 '22 14:06 colinm