Syam Pillai
Syam Pillai
Also, the same issue that @miloszszyrner mentioned happens if the component is initially not visible - `setVisitble(false)` - and then make it visible somewhere in the code later on.
I'm very busy for a few more weeks. You could add that easily and contribute it.
Is this issue resolved? I think, in order to switch off the camera, the stream should be closed. stream.getTracks().forEach( t=> { t.stop(); });
When will this be available? I have migrated to RDS PostgreSQL 16.1 and now I can't do a pg_dump from my EC2 instance.
Yea, but I already installed Ubuntu on the EC2 for the time being.
In the latest version, a new method is available to support this feature. ``` SOChart soChart = ...; BarChart chart = ...; soChart.setVisible(false, chart); ```