react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
VideoLocal it does not work on iOS
Steps to reproduce
- I enter the videocall room
- everything works well audio and video less VideoLocal I can't see myself on iOS from yesterday, before was working fine. On Android it does work well.
Expected behaviour
I should see myself in the small frame below with the front camera
Actual behaviour
I can't see myself on iOS in the box below selfie camera, the box is invisible, until yesterday it was working well, on Android it still works well
look at a test we did between iphone and computer, see how the user who is from the computer does see me, although I do not see myself on the iphone as indicated above

My code
<TwilioVideoLocalView enabled={true} style={callvideo.localVideo} />
localVideo: {
flex: 1,
width: 126,
height: Platform.OS === "ios" ? 300 : 200,
// position: "absolute",
right: 10,
bottom: 400,
borderRadius: 2,
borderColor: "#4E4E4E"}
Environment
- Node.js version: 12.18.1
- React Native version: 0.60.5
- Device model and version: iphone 8 iOS 13.5.1
react-native-twilio-video-webrtc
Version:
I have the exact same issue. Have you been able to figure something out?
In iOS it's showing blank screen.
I notice that no border appears in your screenshot. Does that mean that the border doesn't even show up? That would seem to indicate that the view is not displaying at all. If you replace that view with a regular <View> does it work (it looks like you commented out the absolute positioning which it seems like you would need to get the overlay effect you want).
Hi, I experience the same issue. My styles work well, I can see the view displaying it. Have someone found the resolution for it?
I'm also having this issue only on iOS. I can see the local view if I give it a backgroundColor, but my local video does not appear.
I haven't been able to reproduce this issue. If anyone else has a repro handy that would help a lot in diagnosing the issue.

Same issue, only on iOS. We are getting a blank screen for local view.
Hi @aagam29, do you have a repro you could share? Is the video successfully being captured and being transmitted to the other party?