输出音量获取本地

This commit is contained in:
yj 2025-02-19 16:30:37 +08:00
parent 4776b15026
commit 2b97e5d93b
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ const Meeting: React.FC = () => {
}
}),
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: setting.ecordingVolume
}
window.electron.onInvoke('sendDrivers', {
uid: item.callerUid,