blackuy / react-native-twilio-video-webrtc

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

The image is uncoordinated with respect to the audio #170

Open harrydema opened 5 years ago

harrydema commented 5 years ago

Steps to reproduce

  1. Start a videocall
  2. Minimize the app on IOS for a few seconds
  3. You will see a the uncoordinate between image and audio (audio arrives first)

Expected behaviour

The image and audio should happen at the same time

Actual behaviour

The audio arrives before the image

Environment

react-native-twilio-video-webrtc

master

harrydema commented 5 years ago

This helped:

https://github.com/blackuy/react-native-twilio-video-webrtc/issues/151#issuecomment-448138936