yangjie #49
|
|
@ -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,
|
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', {
|
window.electron.onInvoke('sendDrivers', {
|
||||||
uid: item.callerUid,
|
uid: item.callerUid,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue