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

Add getImgData #121

Closed msach22 closed 6 years ago

msach22 commented 6 years ago

Feature Request

The OpenTok JS SDK supports the getImgData functionality. We should be able to use getImgData for iOS and Android as well. Description

(Include problem, use cases, benefits, and/or goals)

Proposal

Links / references

wolfenrain commented 6 years ago

If we can extract the base64 data from it then yes, it would be doable

msach22 commented 6 years ago

Yes, we can do that by implementing something like this: https://github.com/opentok/opentok-ios-sdk-samples-swift/tree/master/Live-Photo-Capture/Live-Photo-Capture

wolfenrain commented 6 years ago

Would come with its own side effects. We should take each option into consideration properly(maybe with some tests) to see what would be viable and least "destructive"(at lack of words).

msach22 commented 6 years ago

Released with 3.4.0