davidliu
davidliu
You'll want to create a fresh PR based off of the `m125_release` branch. It's hard to tell what your PR changes.
Hmm, can you provide a code example of how you're rendering the items in your horizontal flat list (with styles included)? AFAIK I haven't seen this in our example app,...
For some context, hardware rendered views (i.e. the video view) can't be clipped in software rendering. If the Animated.View lets the view take up as much space as it wanted...
Have you filled in the url and token to point at your server?
Sounds like your internet connection isn't stable? We try to reconnect multiple times, but if none of them work, it eventually fails out and stops trying.
Looks like there's a difference in behavior between the react-native-webrtc implementation and what web does, causing this issue. As a workaround, try [calling restartTrack](https://github.com/livekit/client-sdk-react-native/commit/9ecdc21939ffdc72a486456fa221e910ed8b8af0#diff-e86baffa681700c89f780c9f20baf05a13426dbb8c198dbeb34e87ea886cd2c1L216-R221) directly on the cameraTrack to switch...
This is fixed in 2.7.6.
Ready for review. I haven't run validation on remote tracks with this implementation yet, but otherwise should be good. Lemme know if there's any other basic functionality that should be...
@momenthana unless someone comes up with a way to shunt the video frames into an AVPlayer, that's a no-go. It's beyond my ability to do. I'm not an iOS dev,...
Do you have the native logs available through logcat?