songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

.getImgData() code has been removed #243

Open iisdan opened 6 years ago

iisdan commented 6 years ago

All code to get a screenshot from a screen has been removed and replaced by " return ''; " This should be a feature in some way. Or is there a work around?

msach22 commented 6 years ago

Since the video is a native video element overlayed on top of the WebView, you cannot get the image data by calling getImgData()

iisdan commented 6 years ago

@msach22 is there any way of getting it?