mini-video-me icon indicating copy to clipboard operation
mini-video-me copied to clipboard

feat: add permanent storage for deviceId

Open developerdavi opened this issue 2 years ago • 1 comments

This PR adds permanent storage for the deviceId, so everytime you open the app again you will automatically use the device you were using by the time you closed the app.

Because it's simple and data can be more dynamic (e.g the device can be unavailable) it's using localStorage strategy to store the deviceId value every time its value changes (via sendActiveVideoInputId and whenVideoInputChanges).

developerdavi avatar Feb 09 '23 20:02 developerdavi

did the same to work on windows, worked pretty fine yours too

lucaoskaique avatar Aug 31 '23 18:08 lucaoskaique