introlab / opentera-webrtc-teleop-frontend

OpenTera VUE3.js Frontend to be used with opentera-webrtc signaling server (local or on the Internet)
Apache License 2.0
4 stars 1 forks source link

Add the possibility to slect which input device to use #18

Closed G-Lauz closed 2 years ago

G-Lauz commented 3 years ago

Add settings that allow the users to select which camera nor microphone they want to use.

G-Lauz commented 3 years ago

Work in progress in branch draft-device-selection.

The code on this branch doesn't follow good practice. It's more like a example / proof of concepts branch. I highly recommend to start from scratch and make it more modular.

Also, at the moment, it is not working properly on Firefox. It has only been tested on Chrome.

Only /dev and /user and point can change their device at the moment since the settings are implemented directly in the navigation bar which /participant and /device endpoint doesn't have.