react-native-twilio-video-webrtc icon indicating copy to clipboard operation
react-native-twilio-video-webrtc copied to clipboard

Screen capture support

Open petros9282 opened this issue 7 years ago • 6 comments

Hi guys. Is it possible to do what is described here:

https://www.twilio.com/docs/api/video/screen-capture-ios

If not, are you planning to implement?

petros9282 avatar Oct 30 '17 14:10 petros9282

@petros9282 Are you using iOS?

tyleralves avatar Nov 01 '17 03:11 tyleralves

@petros9282 That is not possible at the moment.

It shouldn't be hard to implement based on the docs.

At the moment I'm really short of time so reality is I don't think I'll be able to tackle it in the short term period.

bilby91 avatar Nov 01 '17 09:11 bilby91

Hi @bilby91 , @tyleralves !

We are developing for both platforms. It is mandatory for us that we produce both iOS and Android apps. In any case, I am very willing to contribute to the project by adding the capabilities mentioned in this issue as well as #61 . Is there any way we could discuss how you expect the enhancements ( #61 & #62 ) to be implemented or provide some kind of guidelines? Please let me know how I can help both my project and yours.

petros9282 avatar Nov 01 '17 11:11 petros9282

@petros9282 Sure! We can discuss this in another issue probably. From what I quickly checked on TwilioVideo native side, DataTrack API is available in 2.0 version. We would need to upgrade the native codebase in order to support 2.0.

Let me open a new issue where we can continue the discussion.

bilby91 avatar Nov 02 '17 10:11 bilby91

Any updates here?

nikndr avatar Jul 28 '20 11:07 nikndr

The project I am working on has this requirement to capture an (frame) image of the local video stream whenever the user requests.

I assume that's what "Screen capture support" in this issue means. Similar to #101 and #687

It looks like this hasn't been added yet. If all goes to plan, hopefully we can integrate the changes to this repo once we figure out how to do it as it's an absolute necessity for us.

ChrisLFieldsII avatar Mar 30 '23 02:03 ChrisLFieldsII