opentok / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
MIT License
30 stars 80 forks source link

Does opentok cordova plugin, support (pause, resume and annotation) on video? #119

Closed Gopalagithub closed 5 years ago

Gopalagithub commented 6 years ago

We are unable to get the image data from the .getImgData() function using opentok.js file in plugin for IoS hybrid application using cordova-plugin-opentok.

opentok.min.js works in safari and doesn't in ios app, any other alternative plugin which will support all the bellow mentioned features

1) Basic Video/Audio Call. 2) Pause/Resume Feature. 3) Annotation.

wolfenrain commented 6 years ago

The .getImgData() is not yet implemented with the JS bridge. Ofcourse it works with the opentok.min.js in a browser(safari in this case). Thats because its a different library.

Gopalagithub commented 6 years ago

Thanks for the input @wolfenrain, Is there any other libraries with the above functionalities?

msach22 commented 6 years ago

@Gopalagithub As @wolfenrain mentioned, the native SDKs don't have a method for capturing a screenshot, but you could implement a Custom Capturer to capturer the contents of the stream:

msach22 commented 5 years ago

Closing this issue because getImgData has been implemented as of v3.4.0