mirror of https://github.com/vector-im/riot-web
lets actually make things work, eh?
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
4e36c10c38
commit
0f2c89d525
|
@ -902,7 +902,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_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) {
|
||||
|
|
Loading…
Reference in New Issue