Artem Bespolov

Results 1 comments of Artem Bespolov

I made it work by manually copy and insert player node after device switch ``` const handleMicrophoneChange = async (event: React.ChangeEvent) => { const deviceId = String(event.target.value) || ""; const...