You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-23 05:41:39 +03:00
lets actually make things work, eh?
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -902,7 +902,7 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_mapWebRtcDevicesToSpans: function(devices) {
|
_mapWebRtcDevicesToSpans: function(devices) {
|
||||||
return devices.map((device) => <span key={device.deviceId}>{devices[device.deviceId]}</span>);
|
return devices.map((device) => <span key={device.deviceId}>{device.label}</span>);
|
||||||
},
|
},
|
||||||
|
|
||||||
_setAudioInput: function(deviceId) {
|
_setAudioInput: function(deviceId) {
|
||||||
|
Reference in New Issue
Block a user