blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
609 stars 404 forks source link

Cannot snap shot a frame from TwilioVideoLocalView #687

Open lylysunshinee opened 1 year ago

lylysunshinee commented 1 year ago

Steps to reproduce

  1. Video call P2P
  2. Add react-native-view-shot and snap shot TwilioVideoLocalView . IOS work fine, but android give a "Black Screen"

Expected behaviour

Can someone help me solution to snap shot a frame from TwilioVideoLocalView. I try find solution over 2 day but not

Actual behaviour

Tell us what happens instead

Environment

react-native-twilio-video-webrtc

Version: npm version or "master"

ChrisLFieldsII commented 1 year ago

This is a copy of #62 it sounds like. It is best to follow the issue there.

I just opened a PR #709, which should address this as my company needs the same thing.

It would be great to get some testers on it :)