blackuy / react-native-twilio-video-webrtc

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

Screen sharing not working #737

Open poojalivin opened 8 months ago

poojalivin commented 8 months ago

Steps to reproduce

  1. I have used this reference for installation https://github.com/blackuy/react-native-twilio-video-webrtc .It was successful and I was able to implement the features too. But I couldn't find any method "setScreenShareEnabled" in my TwilioVideo.android.js file which is in node_modules/react-native-twilio-video-webrtc/src.
  2. I tried to implement that method manually. Like added

But the event onScreenShareChanged was not triggered on setting setScreenShareEnabled(true).

Environment

react-native-twilio-video-webrtc

Version: "react-native-twilio-video-webrtc": "github:blackuy/react-native-twilio-video-webrtc" npm: '8.11.0',

gastonmorixe commented 15 hours ago

Thanks for sharing. We'll add it to the pipeline and have updates soon.