Keith
Keith
@bellini666 - I can volunteer some time to write some tests and PR if you think is worthy of a fix. Do you know of another way to do it...
Is this on old or new architecture?
@Vi6hal or @sgandhi1311 - Any chance of getting this merged if you look in the PRs there's 4 or 5 versions of the same thing - seems like its a...
We are experiencing this as well (similar to the video posted above) but don't have data points to know if it is an issue specific to react-native-calendars vs. react-native: https://github.com/facebook/react-native/issues/36296...
[@michaelbbb](https://github.com/MichalBBBB) - You mentioned in the linked thread that you were able to make some changes to improve performance. Would it be possible to share those changes here - I'd...
@buckhx -- any chance this get's merged and updated in pip? Everything is moving Python3 nowadays
Still present in Poetry 1.8.3
Just to chime in on this one. I am able to reproduce this fairly consistently. Reproduction steps: - Setup the Example included in library - Connect to a remote participant...
@slycoder - Good question. I think it is actually a Twilio issue. Just tried by spinning up two side-by-sides of this https://github.com/twilio/video-quickstart-js as was able to reproduce using a similar...
Simple fix for me was to listen for `onParticipantDisabledVideoTrack` and then just change my state to render a black box instead of the video frame.