This commit is contained in:
parent
928731f0d1
commit
586f71ab02
|
|
@ -787,7 +787,7 @@ const Meeting: React.FC = () => {
|
|||
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
|
||||
}
|
||||
window.electron.onInvoke('sendDrivers', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue