security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

Factor out media device query and selection #112

Closed ronen closed 1 year ago

ronen commented 1 year ago

[another step towards #74]

This PR factors the DOM code and related management code out of the Attendants and DeviceSelector components, bundling them into two APIs:

darioalessandro commented 1 year ago

Hey @ronen I caused lint to fail after attempting to merge main, I tried to fix it but I do not have access to your remote :( I think that all you need to do is to run cargo fmt inside the yew-ui folder