Federico Alecci
Federico Alecci
Hi, I have the following scenario. I have a list of categories. Whenever I click one, I make an ajax request to get its subcategories. After that, I should render...
Hi folks, I want to request microphone and camera permissions before actually making a call (like Skype/Meet web does). I was planning to use `navigator.mediaDevices.getUserMedia()`, save the media stream in...
When running the workshop app, in the 04. Globals / 01. Global Methods exercise, there is a bonus point that talks about extending the global types to access `console.log.mock.calls` which...