Fix the toDataUrl call in desktopCapturer

This commit is contained in:
Cheng Zhao 2016-05-03 09:16:39 +09:00 committed by Kevin Sawicki
parent 446da677b5
commit fd432ddbc9

View file

@ -45,7 +45,7 @@ desktopCapturer.emit = function (event, name, sources) {
results.push({
id: source.id,
name: source.name,
thumbnail: source.thumbnail.toDataUrl()
thumbnail: source.thumbnail.toDataURL()
})
}
return results