You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Make this look nicer
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user