Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android can't display TwilioVideoParticipantView - black screen #86

Closed
Robsonwd opened this issue Feb 15, 2018 · 11 comments
Closed

Android can't display TwilioVideoParticipantView - black screen #86

Robsonwd opened this issue Feb 15, 2018 · 11 comments

Comments

@Robsonwd
Copy link

Steps to reproduce

  1. Install 0.51.0 version of React Native
  2. Connect to Room by react-native-twilio-video-webrtc on android
  3. Check if video working from remote track

Expected behaviour

I want to actually get the video with audio from remote twilio room

Actual behaviour

Actually when I'm connected to the room, I'm getting the audio, but video sharing only black screen. On iOS both audio and video works well, but on android only audio is working.

Environment

  • Node.js version: 8.9.4
  • React Native version: 0.51.0
  • React Native platform + platform version: Android 6.0 API 23
@frankTurtle
Copy link

frankTurtle commented Feb 18, 2018

I'm having the exact same issue. It was working when I tested about a month ago, but when I went back today I'm receiving this issue now too. I thought I was going crazy.

Exact same environment, except my Node.js version is 8.9.3

@slycoder
Copy link
Collaborator

This happened as a result of recent multiparty support --- the interfaces for the iOS and Android versions diverged. I'll work on getting this patched soon.

cc @georgewwindsor

@slycoder
Copy link
Collaborator

Ok, I have a branch which fixes the issue I believe. Lemme know if it works for you guys.

@Robsonwd
Copy link
Author

@slycoder It works for me 👍Great! 😄 Thank you so much for quick help with this 😄

@frankTurtle
Copy link

@slycoder Fixed for me. Thanks!

@pranong
Copy link

pranong commented May 10, 2018

I have similar issue like you guy I'm getting the audio only but my App cannot get any video on both iOS and android It show Blank (white) How can I fix this

Steps to reproduce

  1. git clone https://github.com/blackuy/react-native-twilio-video-webrtc.git
  2. Move to the Example directory: cd Example
  3. Install node dependencies: yarn install
  4. Install objective-c dependencies: cd ios && pod install
  5. Open the xcworkspace and run the app: open Example.xcworkspace

@sohams89
Copy link

I am facing this issue :

"react": "^16.6.3",
"react-native": "^0.57.7",
"react-native-twilio-video-webrtc": "git+https://github.com/blackuy/react-native-twilio-video-webrtc.git",

@manchasavalos
Copy link

i have the same error for ios too, i have audio but no video, please help

@saikiranoptisol
Copy link

@slycoder can you please respond on this. because most of them including me is getting this issue now. previously it is working fine only.

@rekha-emids
Copy link

@slycoder which branch will fix these issues?

@slycoder
Copy link
Collaborator

slycoder commented Aug 9, 2020

A fix for the original issue was merged to master quite a while ago. It sounds like more recent reporters might be seeing a different issue.

For those users. is this occurring on the example app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants