diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 5d79b88..fc33cfb 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -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', {