-
Notifications
You must be signed in to change notification settings - Fork 405
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
Black screen is rendering for participant view #731
Comments
Facing same issue |
were you connecting from web to mobile? Like in mine the problem arises when I try to connect from my mobile and the other one is from the web. And this problem is coming from android and my current android version is 13 |
Hello! I am seeing the same here. It works the first time but when I go back and join again it doesn't. I am using the following library version.
I verified my code and by logging, all the props from TwilioVideoParticipantView component are populated correctly. Any ideas? |
The problem is not related to the library but from the Camera it self on Android. Can you try to import { useIsFocused } from "@react-navigation/native";
{useIsFocused() && (
<Camera style={{ height: "100%" }} ref={(e) => setCamera(e)} />
)} see expo/expo#25308 |
Thanks @flexbox will try it out |
Steps to reproduce
Expected behaviour
The black screen should not come initially if the participant joins first
Actual behaviour
Their behaviour is inconsitent, when is try to camera on/off.
Environment
react-native-twilio-video-webrtc
**Version: "react-native-twilio-video-webrtc": "^3.2.0
The text was updated successfully, but these errors were encountered: