我想将我从desktopCapturer.getSources()获得的数据中的应用程序窗口置于前台,
desktopCapturer.getSources({
types: ['window', 'screen'],
})
.then(async sources => {
console.log(sources)
}
我想知道是否有任何可能的方法将应用程序从数据(我们从来源获得)中带到前台/前景