This commit is contained in:
yj 2024-11-07 10:20:51 +08:00
parent 928731f0d1
commit 586f71ab02
1 changed files with 1 additions and 1 deletions

View File

@ -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', {