blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
MIT License
604 stars 402 forks source link

I can't see the other person's screen after connecting the video #570

Open TaeHwanHwang opened 2 years ago

TaeHwanHwang commented 2 years ago

Steps to reproduce

  1. Connecting the video between react native(Android) and browser.

Expected behaviour

When connecting to the video, the user's screen with Android must be visible in the browser.

Actual behaviour

When connecting to the video, you can hear the voice of the user who accessed Android from the browser, but the video of the user who accessed with the Android phone is not visible in the browser.

Environment

react-native-twilio-video-webrtc

Version: https://github.com/blackuy/react-native-twilio-video-webrtc

majorb22 commented 2 years ago

I also have this problem. Only after I press the mute button can be seen the other participiant.

kubanac95 commented 2 years ago

I think it's related to the following commit . It's not present in the current version if you install it through NPM. As a workaround, I would suggest installing the package directly from the git

npm i https://github.com/blackuy/react-native-twilio-video-webrtc

Probably a good idea to point it a certain commit as well so you don't get some unexpected updates

npm i https://github.com/blackuy/react-native-twilio-video-webrtc#cf5dc0c

slycoder commented 2 years ago

If this is still occurring, then a list of events on the remote side would help. For example, is the remote participant seeing a video track publish event? What about if you remove the line suggested by @kubanac95 ? That might give us a nice repo.