yangjie #34
|
|
@ -787,7 +787,7 @@ const Meeting: React.FC = () => {
|
||||||
label: row.deviceName
|
label: row.deviceName
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
playBackDeviceId: res[1].ecordingList.find((row: any) => row.deviceId === setting.playBackDeviceId) ? setting.playBackDeviceId : res[1].playBackList.length ? res[1].playBackList[0].deviceId : null,
|
playBackDeviceId: res[1].playBackList.find((row: any) => row.deviceId === setting.playBackDeviceId) ? setting.playBackDeviceId : res[1].playBackList.length ? res[1].playBackList[0].deviceId : null,
|
||||||
ecordingVolume: res[1].ecordingVolume
|
ecordingVolume: res[1].ecordingVolume
|
||||||
}
|
}
|
||||||
window.electron.onInvoke('sendDrivers', {
|
window.electron.onInvoke('sendDrivers', {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue