mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Make this look nicer
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
1bef985d46
commit
0e582c425c
1 changed files with 1 additions and 5 deletions
|
@ -64,11 +64,7 @@ export default class MediaDeviceHandler extends EventEmitter {
|
|||
}
|
||||
});
|
||||
|
||||
return {
|
||||
audioOutput: audioOutput,
|
||||
audioInput: audioInput,
|
||||
videoInput: videoInput,
|
||||
};
|
||||
return { audioOutput, audioInput, videoInput };
|
||||
} catch (error) {
|
||||
console.log('Unable to refresh WebRTC Devices: ', error);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue