Make this look nicer

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
Šimon Brandner
2021-06-23 10:42:19 +02:00
committed by GitHub
co-authored by Michael Telatynski
parent 1bef985d46
commit 0e582c425c
+1 -5
View File
@@ -64,11 +64,7 @@ export default class MediaDeviceHandler extends EventEmitter {
} }
}); });
return { return { audioOutput, audioInput, videoInput };
audioOutput: audioOutput,
audioInput: audioInput,
videoInput: videoInput,
};
} catch (error) { } catch (error) {
console.log('Unable to refresh WebRTC Devices: ', error); console.log('Unable to refresh WebRTC Devices: ', error);
} }