yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b97e5d93b - Show all commits

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,