Hi,
How to capture video frame as image like what function captureLargeVideoScreenshot() did in web for iOS and Android application ?
I tried call from android and iOS ( I added some code to call),
const videoElement = ((document.getElementById(‘largeVideo’): any): HTMLVideoElement);
videoElement is undefined.
Thanks