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

Add screen share support on both platforms (Android & IOS) #663

Closed msahu2595 closed 11 months ago

msahu2595 commented 1 year ago

This PR adds a Screen Share feature on both platforms.

It can be used by calling setScreenShareEnabled & listen to the onScreenShareChanged callback.

It solves #535 , #635 , #638 & #618 in which @slycoder was positive about the change.

Have tested the code and it runs without issues for RN 0.64.4

dynamisch-manish commented 1 year ago

Hi @slycoder, please let me know if there is any issue with this PR.