Ari Borensztein
Ari Borensztein
We're also hoping for a solution for this -- would love an update! Thanks.
Hi @smithki - any update on this? Would love to be able to offer a unified redirect experience across our web, mobile and desktop (Electron) apps. Thanks.
Hi @charliesantos. Thanks for the followup. I'm using `2.13.1` but have been able to repro the bug all the way back to `2.0.0`.
Any clues on this? I'm currently working around it by forcing a full page refresh when a user leaves the call, but it's a suboptimal UX.
Ok, sounds great! Thanks for the help.
@acro5piano yep I'm using React too. I haven't been able to dig into it much lately but that sounds plausible! I'll let you know if I make any discoveries today.
@charliesantos I'm not able to reproduce in the quickstart app because it doesn't contain this user flow. "Leave room" disconnects from the room but doesn't stop the audio and camera...
Hey folks. I was able to resolve this in Storybook 6.5.9 and Next 12.1.4 with the following `postcss.config.js`, as per [this suggestion](https://github.com/vercel/next.js/issues/10117#issuecomment-580364986): ``` module.exports = { plugins: [require.resolve('tailwindcss'), require.resolve('autoprefixer')], };...